-
Notifications
You must be signed in to change notification settings - Fork 5.9k
how to start this from google colab? #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Colaboratory can't use this. GCP and AWS can use this. (same as colab performance in GCP, need $60 per month.) Colaboratory is running by Jupyter-server. And, colab system basically use .ipynb files. This means colab system start up jupyter kernels for each .ipynb files. So I don't have any ideas without google's official support. But, google support PyTorch which is mainly supported by Facebook team in the history, google might support this code-server. |
Hope , google will add support for code server also |
Voting to close this as |
Is it certain that this is impossible? Correct me if I'm wrong but I believe clouderizer is able to use google colab instances to host a docker container: https://clouderizer.com/features/#F2? |
that is out of scope of this project and we won't support this kind of use case. |
You can via ngrok (tunnel port), run code-server inside tmux and redirect with another port. That's not a better place to do this, EC2 it's the better option. |
I have mentioned this issue, but I found this issue's solution after me comments. This code run in colab kernel is the issue's solution.
and run code-server.
https://xxxxxxxx.ngrok.io has shown in your colab output, and click url and sign in to the code-server. |
This is my notebook. Maybe it's help you more! |
Is there any way to run code-server from google colab
The text was updated successfully, but these errors were encountered: