Jupyter User Interfaces#

The Jupyter user interfaces offer a foundation of interactive computing environments where scientific computing, data science, and analytics can be performed using a wide range of programming languages.

JupyterLab#

Advanced web-based application for authoring documents that combine live-code with narrative text, equations and visualizations. Documentation | Repo

Jupyter Notebook#

A web-based application for authoring documents that combine live-code with narrative text, equations and visualizations. Documentation | Repo

Jupyter Desktop#

Desktop application based on JupyterLab for authoring documents that combine live-code with narrative text, equations and visualizations. Repo

JupyterLite#

Installation-free application based on JupyterLab for authoring documents that combine live-code with narrative text, equations and visualizations. Documentation Repo

Jupyter Console#

Terminal based console for interactive computing. Documentation | Repo

Jupyter QtConsole#

Qt application for interactive computing with rich output. Documentation | Repo