-
Notifications
You must be signed in to change notification settings - Fork 66
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
Make this repo work with python and jupyter extensions #30
Comments
That would be a great contribution. I made this repo as an example but I don't really use VS Code (or any of its extensions) so my experience on how to make things work is limited :-/ If you figure something out and can open a PR that would be great. |
@MarcSkovMadsen The Python and Jupyter extension work fine with code-server. But yes, up to v3.12.0 it was difficult to find a compatible set. You may give my reference deployment at https://demo.jupyter.b-data.ch another try which serves JupyterHub and JupyterLab + code-server. Most issues are related to either coder/code-server#4395 (comment) or coder/code-server#4689 (comment), i.e. trying to run it locally without HTTPS. Run it locally with docker Initial command: docker run -it --rm -p 8888:8888 -v $PWD:/home/jovyan -e GEN_CERT=yes registry.gitlab.b-data.ch/jupyterlab/r/verse Subsequent command:
Run the initial command in an empty directory so that the container populates it. Visit |
I forked the repository and tried to start it using mybinder (direk-link). and now I see errors:
I don't get the error when I use the original link. might the images be build differently lately? |
It works if I set code-server to version |
Making the Python and Jupyter extensions work nicely on code-server is not easy. You can see that from other issues in this repo and from the code-server github issues list. You need specific versions of code-server and specific versions of the python and jupyter extensions.
My suggestion would be to pin versions of code-server, python extension and jupyter extension to something that works.
Would be really helpful.
(Unfortunately I don't know recent version that work well together. I'm trying to find them.)
The text was updated successfully, but these errors were encountered: