Jupyter on Debian 10 Buster

install:

apt install jupyter-notebook

run

jupyter-notebook
and access
http://localhost:8888/

add python math libraries

apt install python3-numpy python3-matplotlib python3-scipy python3-pandas

Leave a Reply

Your email address will not be published.

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