You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2020. It is now read-only.
PPExtensions is a suite of ipython and jupyter extensions built to improve user experience and reduce time to market in `Jupyter <http://jupyter.org/>`_ notebooks.
5
+
6
+
--------
7
+
Features
8
+
--------
9
+
- **PPMagics** - Set of magics to simplify access to different storage systems and tableau.
10
+
- **Github Integration** - A jupyter extension to integrate notebooks with github. This extension simplifies version controlling, sharing and resolving merge conflicts of notebooks.
11
+
- **Notebooks Scheduling** - A jupyter extension to productionalize the notebooks development environment. This extension enables scheduling notebooks with help of `airflow <https://airflow.apache.org/>`_.
12
+
- **Config UI** - A simple UI built to change the configurations of different extensions like PPMagic, `sparkmagic <https://github.com/jupyter-incubator/sparkmagic/>`_ ..etc.
13
+
14
+
15
+
------------
16
+
Installation
17
+
------------
18
+
pip install ppextensions
19
+
20
+
21
+
-------------
22
+
Current State
23
+
-------------
24
+
25
+
+-----------+-----------+-------+
26
+
| Feature | Available | State |
27
+
+===========+===========+=======+
28
+
| PPMagics | Available | Beta |
29
+
+-----------+-----------+-------+
30
+
| Scheduler | Available | Beta |
31
+
+-----------+-----------+-------+
32
+
| Github | Available | Bet |
33
+
+-----------+-----------+-------+
34
+
35
+
36
+
-------------------------------
37
+
Documentation & Getting Started
38
+
-------------------------------
39
+
40
+
`Click here to read the docs <http://ppextensions.readthedocs.io/>`_
41
+
42
+
---------
43
+
Questions
44
+
---------
45
+
46
+
- `Slack <https://ppextensions.slack.com>`_
47
+
- `User Forum <https://groups.google.com/d/forum/ppextensions>`_
48
+
- `Developer Forum <https://groups.google.com/d/forum/ppextensions>`_
0 commit comments