Created
October 5, 2022 09:32
-
-
Save amrakm/c28b3efe3ab236a6397f2d34e0c61c4b to your computer and use it in GitHub Desktop.
connecting google colab to local run time
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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