Short answer:
Accoriding to the “info.md” found in the nvidia DLI: Getting Started with AI on the Jetson Nano, you’ll see the following list:
- Node.js
- libffi-dev
- libssl1.0-dev
- jetcam (OPTIONAL)
- JupyterLab
If you install these in order, then Jupyter Lab will work. Note, I changed the link to Node.js to link a link that was a response to another post. Following those instructions caused no grief (some other ways don’t produce the same results).
If you need a more detailed, and step by step instructions on how to get your Nano set up, I wrote on Medium article called: The Newbie Guite to Setting Up a Jetson Nano on JP4.4 Part 1: Running Jupyter Lab Headless Using SSH. That will step you through the process of getting Jupyter Lab set up and running corectly.
Cheers!