@hadim/jupyterlab_gist
v0.3.2
Published
A Jupyterlab extension to post notebook to gist.
Downloads
9
Maintainers
Readme
jupyterlab_gist
A Jupyterlab extension to post notebook to gist.
Prerequisites
- JupyterLab
Installation
jupyter labextension install @hadim/jupyterlab_gist
Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
yarn install
yarn build
jupyter labextension link .
To rebuild the package and the JupyterLab app:
yarn watch
jupyter lab --watch
To release a new version:
yarn publish
Authors
jupyterlab_gist
has been created by Hadrien Mary.
License
MIT. See LICENSE