0.1.0 • Published 5 years ago

jupyterlab_kernel_reconnector_extension v0.1.0

Weekly downloads
6
License
BSD-3-Clause
Repository
github
Last release
5 years ago

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_extension

To uninstall run

jupyterlan serverextension disable jupyterlab_kernel_reconnector_extension
pip uninstall jupyterlab_kernel_reconnector_extension
jupyter labextension uninstall jupyterlab_kernel_reconnector_extension

Development

For a development install:

make install

To uninstall

make uninstall

To rebuild the package and the JupyterLab app:

make package