jupyterlab_nbmetadata
v0.1.0
Published
Edit Notebook Metadata in JupyterLab
Downloads
2
Maintainers
Readme
JupyterLab Notebook Metadata Editor Plugin
A JupyterLab plugin to edit Notebook Metadata
Usage
Selecting 'Notebook Metadata Editor' from the Command Palette should open up the Notebook Metadata Editor in the right pane. This is updated with current notebook's metadata. You can edit this as required. Notebooks must be saved explicitly after edigint their metadata.
Prerequisites
- JupyterLab
Installation
jupyter labextension install jupyterlab_nbmetadata
Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
npm run build
jupyter labextension link .
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build