Skip to content
This repository was archived by the owner on Jul 20, 2020. It is now read-only.

Latest commit

 

History

History
49 lines (36 loc) · 1.63 KB

File metadata and controls

49 lines (36 loc) · 1.63 KB

PPExtensions

PPExtensions is a suite of ipython and jupyter extensions built to improve user experience and reduce time to market in Jupyter notebooks.

Features

  • PPMagics - Set of magics to simplify access to different storage systems and tableau.
  • Github Integration - A jupyter extension to integrate notebooks with github. This extension simplifies version controlling, sharing and resolving merge conflicts of notebooks.
  • Notebooks Scheduling - A jupyter extension to productionalize the notebooks development environment. This extension enables scheduling notebooks with help of airflow.
  • Config UI - A simple UI built to change the configurations of different extensions like PPMagic, sparkmagic ..etc.

Installation

pip install ppextensions

Current State

Feature Available State
PPMagics Available Beta
Scheduler Available Beta
Github Available Bet

Documentation & Getting Started

Click here to read the docs

Questions