Jupyter Notebook: view .ipynb

The goal is to replicate the had pose exercise posted at:

Step 3 indicates to “Run the Example Notebook”: Open and follow the live_demo.ipynb notebook.

What exactly do I need to do on the Jetson Nano to reproduce the exercise and view the .ipynb file?

You need a Jupyter notebook to run the .ipynb files.
Do you check if your Jetson Nano has it or not?

The l4t-ml container comes with a built-in JupyterLab server: https://catalog.ngc.nvidia.com/orgs/nvidia/containers/l4t-ml

You could mount the trt_pose files into the container when you started it, and then navigate your browser to the URL of the Jupyter server that it prints out.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.