Jupyter on Debian 11 Bullseye

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

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.