Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 457 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 457 Bytes

jupyverse

A web server for Jupyter, based on FastAPI.

Install

For now, the only supported JupyterLab distribution is retrolab, so it must also be installed.

pip install jupyverse retrolab

Usage

Just enter in a terminal:

jupyverse

This will open a browser at http://127.0.0.1:8000 by default, landing on the tree view of RetroLab. For other options, see jupyverse --help.