Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.08 KB

Archived: JupyterLab supports this out of the box https://discourse.jupyter.org/t/how-to-edit-cell-tags-in-jupyter-lab/4419/2?u=yuvipanda

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 editing 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