jupytercalpoly / jupyterlab-clarity-mode

A document-focused, decluttered mode of JupyterLab that uses activity-based design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JupyterLab Clarity Mode

Clarity mode is a single-notebook interface built with existing JupyterLab components.

To install:

  1. Clone this repository
  2. Ensure you have installed jupyter-server (pip install jupyter-server)
  3. Run
pip install -e .
npm install
npm run build
jupyter clarity
  1. In the URL, enter /clarity/path + the path to a notebook, e.g. localhost:8888/clarity/path/mynotebook.ipynb

About

A document-focused, decluttered mode of JupyterLab that uses activity-based design


Languages

Language:TypeScript 76.9%Language:Python 10.6%Language:CSS 4.7%Language:HTML 4.7%Language:JavaScript 3.1%