how to jupyter notebook code example

Example 1: open jupyter notebook

jupyter notebook

Example 2: jupyter notebook cmd

jupyter notebook

Example 3: how to install jupyter notebook

#instead of useing Jupyter Use Google Collab
#there you don't even have to install anything
#GOTo : https://colab.research.google.com/

#but if you want Jupyter only use
pip install jupyter

Example 4: jupyter notebook launch

jupyter notebook

Example 5: 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 6: Jupyter Notebook

pip install notebook