good for exploration, demos, and teaching we recommend getting used to scripts
Google Colab for quick tests without installs also GPU tests possible
source <path/to/env>/bin/activate pip3 install jupyter #install if not installed jupyter lab --no-browser --port=8888 #copy http://localhost:<portnumber>/tree/token=<token> into your browser
find ./content/ -type f -name "*.py"
#%%cell1 (execute with `shift return`) a = 1 print(a) #%%cell2 (execute with `shift return`) a += 2 print(a)
in the meantime, colab supports julia as well