Jupyter
Project Jupyter exists to develop open-source software, open-standards, and services for interactive computing across dozens of programming languages.
JupyterLab
JupyterLab is a web-based interactive development environment for Jupyter notebooks, code, and data. JupyterLab is flexible: configure and arrange the user interface to support a wide range of workflows in data science, scientific computing, and machine learning. JupyterLab is extensible and modular: write plugins that add new components and integrate with existing ones.
Install
conda conda install -c conda-forge jupyterlab
pip pip install jupyterlab
Run
jupyter-lab
Jupyter Notebook (Classic)
The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.
Install
conda conda install -c conda-forge notebook
pip pip install notebook
Run
jupyter notebook
Voilà ???
Install
conda conda install -c conda-forga voila
pip pip install voila