install:
apt install jupyter-notebook
run:
jupyter-notebook
access Jupyter
http://localhost:8888/
add python math/ml libraries
apt install python3-numpy python3-matplotlib python3-scipy python3-pandas python3-torch python3-tqdm
install:
apt install jupyter-notebook
run:
jupyter-notebook
access Jupyter
http://localhost:8888/
add python math/ml libraries
apt install python3-numpy python3-matplotlib python3-scipy python3-pandas python3-torch python3-tqdm
install:
apt install jupyter-notebook
run
jupyter-notebookand access
http://localhost:8888/
add python math libraries
apt install python3-numpy python3-matplotlib python3-scipy python3-pandas