Jupyter IPython notebook code example
Example 1: what is ipython
It's basically a python shell thing that's interactive.
Example 2: ipython notebook
pip install notebook
Example 3: jupyter notebooks
pip install notebook
conda install -c conda-forge notebook
pip install jupyterlab
conda install -c conda-forge jupyterlab
Example 4: jupyter notebook
pip install jupyter
jupyter notebook
Example 5: jupyter
Project Jupyter is a nonprofit organization created to "develop open-source
software, open-standards, and services for interactive computing across dozens
of programming languages".
Spun-off from IPython in 2014 by Fernando Pérez, Project Jupyter supports
execution environments in several dozen languages.
Example 6: jupyter notebook
conda install -c conda-forge jupyterlab