juputer lab code example
Example 1: install jupyter
pip3 install jupyter
Example 2: how to setup jupyter notebook
pip install jupyter
jupyter notebook
Example 3: jupitor lab
print("Hello WOrld")
pip3 install jupyter
pip install jupyter
jupyter notebook
print("Hello WOrld")