Created
July 2, 2020 18:39
-
-
Save anton-petrov/60457329aaee7d566bff77e292b16d6c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| pip install jupyter_http_over_ws | |
| jupyter serverextension enable --py jupyter_http_over_ws | |
| 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