IPython jupyter 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
# to install jupyter notebook or jupyter lab, you can use pip or conda
# jupyter notebook pip
pip install notebook
# jupyter notebook conda
conda install -c conda-forge notebook
# jupyter lab pip
pip install jupyterlab
# jupyter lab conda
conda install -c conda-forge jupyterlab
Example 4: jupyter notebook
#Want to run python online?
#Jupyter is the best solution for you
#just type this in cmd or terminal-
pip install jupyter
#then
jupyter notebook
Example 5: jupyter notebook
conda install -c conda-forge voila