How to run commands in Jetson nano same as in google colab website?

Hello , is there is any way to run commands in blocks in Jetson nano same as in Google Colab and run them by using the jetsons gpu. (Iโ€™m new to Jetson nano and Linux, I apologize if this question is too stupid ๐Ÿ˜”) i would appreciate any useful information and links related to my question. Thanks

Example of google colab: Imgur: The magic of the Internet

Hi, I think you mean Jupyter Notebook.

Project Jupyter | Home

1 Like

Thank you very much for help. I have few problems with that ๐Ÿ˜…

when im trying that link what you attached, it gives me this error : Imgur: The magic of the Internet

I found one in google ( How to setup Python3 and Jupyter Notebook On Jetson Nano โ€“ Faster - Random Access Memories) but I also have problem with that : Imgur: The magic of the Internet

Would you try with python3

python3 -m pip install jupyterlab

Yes, that worked, thanks. Btw, do you know how to launch it ? (i tried: jupyter notebook and sudo jupyter notebook not working , it says: bash: jupyter: command not found )

Update: works if type this: python3 -m notebook

Do you know is Jupyter using the GPUโ€™s power of some servers power like google colab ?

Mods would you mind please to not close this topic yet, just want to see if anyone knows something different

1 Like

I donโ€™t think there is a Jetson powered server. That is I donโ€™t think there is a Google colab Jetson instance.

GPU should just work in m notebook

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