Skip to content

Instantly share code, notes, and snippets.

@anton-petrov
Created July 2, 2020 18:39
Show Gist options
  • Save anton-petrov/60457329aaee7d566bff77e292b16d6c to your computer and use it in GitHub Desktop.
Save anton-petrov/60457329aaee7d566bff77e292b16d6c to your computer and use it in GitHub Desktop.
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