Jupyter
Interactive notebook environment for scientific and data work.
Jupyter notebooks combine live code, equations, visualisations, and narrative text in a single document, with support for over forty programming-language kernels (Python via IPython, R, Julia, and more). JupyterLab and Jupyter Notebook are the standard interfaces for data analysis, machine-learning experimentation, and scientific computing on Linux.
The project grew out of IPython and is maintained by Project Jupyter, a non-profit governed by an open steering council.
Install
pip install jupyterlab
Authors
- Project Jupyter
- Fernando Pérez (creator of IPython)
