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.
- Jupyter Notebook#
Web-based application 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