Skip to content

Instantly share code, notes, and snippets.

@amrakm
Created October 5, 2022 09:32
Show Gist options
  • Save amrakm/c28b3efe3ab236a6397f2d34e0c61c4b to your computer and use it in GitHub Desktop.
Save amrakm/c28b3efe3ab236a6397f2d34e0c61c4b to your computer and use it in GitHub Desktop.
connecting google colab to local run time
jupyter notebook \
--NotebookApp.allow_origin='https://colab.research.google.com' \
--port=8888 \
--NotebookApp.port_retries=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment