Socket
Book a DemoInstallSign in
Socket

@jupyterlab/commenting-extension

Package Overview
Dependencies
Maintainers
21
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/commenting-extension

A JupyterLab extension to support commenting and annotation.

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
2
Maintainers
21
Weekly downloads
 
Created
Source

JupyterLab Commenting and Annotation

Stability Experimental

To experiment with the extension in a live notebook environment,

  • latest release (stable version): Binder (stable)
  • latest master (bleeding edge): Binder (latest)

This JupyterLab extension

  • allows commenting on JupyterLab notebook cells and within text documents.
  • allows for comment resolution and editing.
  • supports filtering and sorting comments.
  • exposes a comment viewer in a dedicated comment window.
  • Check out the project vision in the "Press Release from the Future"!

Annotating notebook cells

Prerequisites

Installation

First, install the commenting service JupyterLab server extension,

$ pip install jupyterlab-commenting-service

Then install the frontend JupyterLab extension,

$ jupyter labextension install @jupyterlab/commenting-extension

Usage

See the Usage Guide to learn more about what features this extension offers.

Contributing

This repository is in active development, and we welcome collaboration. For development guidance, please consult the development guide.

If you have ideas or questions, feel free to open an issue, or, if you feel like getting your hands dirty, feel free to consult the project roadmap or tackle an existing issue by contributing a pull request.

We try to keep the current issues relevant and matched to relevant milestones.

Roadmap of Features (Not yet Prioritized)

  • Opening a new thread...
    • on files in the file broswer.
    • on files open in the main work area.
    • on datasets in the data registry.
    • on a cell in a tabular dataset.
    • on a range of cells in a tabular dataset.
    • on character in a notebook cell input.
    • on a notebook cell output.
    • on a text selecting in a text file.
    • on a single line of code in a text file.
  • Replying to a thread.
  • Resolving a thread.
  • Deleting a thread.
  • Promoting a thread to the 'knowledge graph'.
    • Promoting an individual comment to the 'knowledge graph'.
  • Import an existing comment store.
  • Export a comment store.

Keywords

jupyter

FAQs

Package last updated on 01 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts