Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 790 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 790 Bytes

jupyterlab-python-file

Binder npm

Create Python Files from JupyterLab

screenshot

screenshot2

Prerequisites

  • JupyterLab 1.0

Installation

jupyter labextension install jupyterlab-python-file

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
npm run build
jupyter labextension install .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build