Skip to content

Jetson Nano Series Part 5: Install JupyterNotebook

Loading

Installing Jupyter Notebook in Jetson Nano in Jetpack4.6

Installing jupyter notebook needs to be done step by step.

sudo apt install nodejs npm
sudo pip3 install jupyter jupyterlab
jupyter lab --generate-config

Port forward the jupyter notebook

jupyter notebook --no-browser

Then in your local machine

ssh -N -f -L localhost:8888:localhost:8888 jetson@jetsonip

Leave a Reply

Your email address will not be published. Required fields are marked *