@hadim/jupyterlab_gist
v0.3.2
Published
A Jupyterlab extension to post notebook to gist.
Maintainers
Readme
jupyterlab_gist
A Jupyterlab extension to post notebook to gist.

Prerequisites
- JupyterLab
Installation
jupyter labextension install @hadim/jupyterlab_gistDevelopment
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 --watchTo release a new version:
yarn publishAuthors
jupyterlab_gist has been created by Hadrien Mary.
License
MIT. See LICENSE
