jupiter windows code example
Example 1: install jupyter
pip3 install jupyter
Example 2: 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