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