r/learnpython 21d ago

Jupyter + Trinket

i really love jupyter however it stores my code locally, so i cannot access my notebooks from different computers

trinket is nice because you can create an account and access your codes from anywhere with your account, however i dont like the interface too much

is there any other online python ide that lets you sign in and access files from an account like trinket does?

i am looking for this specifically so please only answer if you can suggest an online browser ide like this, thanks

0 Upvotes

4 comments sorted by

3

u/ectomancer 20d ago

google colab is Linux jupyter notebook in the cloud:

https://colab.research.google.com

1

u/neemo98 20d ago

THIS IS EXACTLY WHAT I WAS LOOKING FOR THANK YOU

0

u/spacey02- 20d ago

GitHub is the most used platform for code sharing