======================= 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. .. glossary:: `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 `__