0.1.0 • Published 6 years ago
jupyterlab_kernel_reconnector_extension v0.1.0
jupyterlab_kernel_reconnector_extension
A jupyterlab extension to have seemless connectivity to remote launched kernel incase of laptop sleeps and inactivity that results in websocket disconnects
Jupyter lab Snippets
A jupyterlab plugin that allows users to insert code snippets into the current notebook.
Prerequisites
- JupyterLab >= 0.33.11
- NodeJS <= 9
Installation and Un-installation
pip install jupyterlab_kernel_reconnector_extensionTo uninstall run
jupyterlan serverextension disable jupyterlab_kernel_reconnector_extension
pip uninstall jupyterlab_kernel_reconnector_extension
jupyter labextension uninstall jupyterlab_kernel_reconnector_extensionDevelopment
For a development install:
make installTo uninstall
make uninstallTo rebuild the package and the JupyterLab app:
make package0.1.0
6 years ago