.. _install: =============== Install and Use =============== .. NOTE: some links below must have double-underscores to be anonymous if they have the same text This page contains information and links about installing and using tools across the Jupyter ecosystem. Generally speaking, the documentation of each tool is the place to learn about the best-practices for how to install and use the tool. Jupyter Notebook Interface ========================== The **Jupyter Notebook interface** is a Web-based application for authoring documents that combine live-code with narrative text, equations and visualizations. * `GitHub Repo `__ * `Docs `_ .. toctree:: :maxdepth: 1 /install/notebook-classic /use/upgrade-notebook JupyterLab ========== **JupyterLab** is a next-generation web-based user interface for Project Jupyter. * `GitHub Repo `__ * `Docs `__ * `Install instructions `__ JupyterHub ========== **JupyterHub** is a multi-user hub for interactive computing sessions, made for teams and organizations, and with pluggable authentication and scalability. * `GitHub Repo `__ * `Docs `__ * `Install instructions `__ Jupyter Console =============== The **Jupyter Console** is a terminal-based console for interactive computing. * `GitHub Repo `__ * `Docs and Install instructions `_ Jupyter QtConsole ================= The **Jupyter QtConsole** is a Qt application for interactive computing with rich output. * `GitHub Repo `__ * `Docs `__ * `Install instructions `__ Jupyter Kernels =============== You can install **Jupyter Kernels** to add support for new languages and code behavior. .. toctree:: /install/kernels