Clarity mode is a single-notebook interface built with existing JupyterLab components.
To install:
- Clone this repository
- Ensure you have installed jupyter-server (
pip install jupyter-server
) - Run
pip install -e .
npm install
npm run build
jupyter clarity
- In the URL, enter /clarity/path + the path to a notebook, e.g. localhost:8888/clarity/path/mynotebook.ipynb