All Projects → jupyterlab → Jupyterlab Commenting

jupyterlab / Jupyterlab Commenting

Licence: bsd-3-clause
Commenting and annotation for JupyterLab

Projects that are alternatives of or similar to Jupyterlab Commenting

Predictive Models
A repo of the Data Scientist team's open source predictive models.
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Machinelearningformedicalimages
Example code on how to apply machine learning methods to medical images. Contains code (python and python notebooks) and data (DICOM)
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Rddc2020
road damage detection challenge 2020
Stars: ✭ 78 (+0%)
Mutual labels:  jupyter-notebook
Nlp
Generic codes related to NLP
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Hyperlearn
50% faster, 50% less RAM Machine Learning. Numba rewritten Sklearn. SVD, NNMF, PCA, LinearReg, RidgeReg, Randomized, Truncated SVD/PCA, CSR Matrices all 50+% faster
Stars: ✭ 1,204 (+1443.59%)
Mutual labels:  jupyter-notebook
Rhodium
Python Library for Robust Decision Making and Exploratory Modelling
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Tadam
The implementation of https://papers.nips.cc/paper/7352-tadam-task-dependent-adaptive-metric-for-improved-few-shot-learning
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Machine Learning For Cybersecurity Cookbook
Machine Learning for Cybersecurity Cookbook, published by Packt
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Python High Performance Second Edition
Python High Performance – Second Edition, published by Packt
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Tweeteval
Repository for TweetEval
Stars: ✭ 78 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow 1x Deep Learning Cookbook
TensorFlow 1.x Deep Learning Cookbook, published by Packt
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Download Large File From Google Drive Using Python
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Nosebook
a nose plugin for finding and running IPython notebooks as nose tests
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Reinforcement Learning
Reinforcement learning material, code and exercises for Udacity Nanodegree programs.
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Foxtracker
Facial Head Pose Tracker for Gaming
Stars: ✭ 78 (+0%)
Mutual labels:  jupyter-notebook
Machine Learning Without Any Libraries
This is a collection of some of the important machine learning algorithms which are implemented with out using any libraries. Libraries such as numpy and pandas are used to improve computational complexity of algorithms
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Convergent learning
Code for paper "Convergent Learning: Do different neural networks learn the same representations?"
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Kaggle Notebooks
Sample notebooks for Kaggle competitions
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook
Covid19italia
Condividiamo informazioni e segnalazioni sul COVID19
Stars: ✭ 78 (+0%)
Mutual labels:  jupyter-notebook
Curso aeropython
Curso de iniciación a Python orientado a la ingeniería
Stars: ✭ 77 (-1.28%)
Mutual labels:  jupyter-notebook

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)

  • [x] Opening a new thread...
    • [x] on files in the file broswer.
    • [x] 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].