Jupyter Notebook

IDE / EditorPython N/ABeginner

Web-based interactive computing: mix code, output, markdown, and visualizations in cells

Quick Info

Documentation
Official Docs
Python Version
N/A
Dependencies
See 'notebook' package entry
Install
pip install notebook

Learn by Difficulty

Quick Example

python
# Jupyter Notebook
# Web-based interactive computing: mix code, output, markdown, and visualizations in cells
#
# Category: IDE / Editor
# Related: JupyterLab, Google Colab, IPython, marimo, VS Code Jupyter
print("Jupyter Notebook: Web-based interactive computing: mix code, output, markdown, and visualizations in cells")

Jupyter Notebook is part of the Python ecosystem. Web-based interactive computing: mix code, output, markdown, and visualizations in cells.

Try in Playground

Tags

toolidenotebookinteractivedata-science

Related Items