1.0.0 • Published 4 years ago

@chwzr/jupyter-vje-extension v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Binder

JupyterLab Notebook Metadata Editor Plugin

A JupyterLab plugin to edit Notebook Metadata

Right pane metadata editor

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