jlab-enhanced-cell-toolbar
![Github Actions Status](https://github.com/fcollonval/jlab-enhanced-cell-toolbar/workflows/Build/badge.svg)
![Binder](https://mybinder.org/badge_logo.svg)
A cell toolbar for JupyterLab.
![Demonstration](https://github.com/jupyterlab-contrib/jlab-enhanced-cell-toolbar/raw/HEAD/./demo_cell_toolbar.gif)
Requirements
Install
jupyter labextension install jlab-enhanced-cell-toolbar
Uninstall
jupyter labextension uninstall jlab-enhanced-cell-toolbar
Alternatives
Don't like what you see here? Try these other approaches:
Contributing
Development Install
The jlpm
command is JupyterLab's pinned version of
yarn that is installed with JupyterLab. You may use
yarn
or npm
in lieu of jlpm
below.
jlpm
jlpm build
jupyter labextension install .
jlpm build
jupyter lab build
You can watch the source directory and run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild the extension and application.
jlpm watch
jupyter lab --watch
Now every change will be built locally and bundled into JupyterLab. Be sure to refresh your browser page after saving file changes to reload the extension (note: you'll need to wait for webpack to finish, which can take 10s+ at times).