Hello, I’d like to use led on Jupyter Notebook. However, I am unable to import Jetson GPIO into Jupyter Notebook. I tried every method listed in this resource : GitHub - NVIDIA/jetson-gpio: A Python library that enables the use of Jetson's GPIOs to install GPIO on my Jetson Nano. And I still can’t import Jetson GPIO into Jupyter Notebook. Could you please assist me?
Thank you in advance for your response, and please accept my apologies for only reading the message. Previously, I finished the installation with pip, manual, and clone. However, the outcome remains the same. So, what’s the answer?
Thank you
I do not know how to reproduce your problem.
After inserting a JetPack 4.6.1 SD card into your Jetson Nano
What did you do?
Please describe the steps you took to reproduce the problem.
I did Configure OS on Jetson Nano after inserting the JetPack 4.6.1 SD card into the Jetson Nano. Then I tried the way to headless device mode and download docker to access/start JupyterLab. I run the command as follows:
Hello, sorry for the late response. I just tried it and was successful in importing gpio into the Jupyter Lab. Thank you very much for the solution you provided ^^.