Jupyter Notebook in Jetson Nano

Hi,

Is it possible to make environments in the Jetson Nano to isolate different projects? (similar to Anaconda)

A great way to create a reproducible environment is to create your own SD card image. This lets you set up your system just how you want it, and copy the data to another machine. You can then flash it back onto a suitable SD card to use. This may not be exactly what you’re interested in, but is the technique we use for JetBot: https://github.com/NVIDIA-AI-IOT/jetbot.

Is it possible to run a Jupiter Notebook?

Definitely! If you start from the JetBot SD card image, it already has a Jupyter Lab server that starts right when you boot your Jetson Nano. If you start from the standard Jetson Nano image, you can install Jupyter manually. Check out the Wiki page on creating an SD card image from scratch: https://github.com/NVIDIA-AI-IOT/jetbot/wiki/Create-SD-Card-Image-From-Scratch. This shows how to install Jupyter Lab.

Please let me know if you have any other questions!

John