Skip to content
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

Documentation ? #37

Open
AbdealiLoKo opened this issue Feb 2, 2023 · 1 comment
Open

Documentation ? #37

AbdealiLoKo opened this issue Feb 2, 2023 · 1 comment

Comments

@AbdealiLoKo
Copy link

Hi, I had a user report an issue when using jupyter-vscode-proxy with a package I had published.

Ref: corridor/configurable-http-proxy#16

I thought I'd try debugging and seeing if there is any issue with your library and mine working together.
But I couldn't find any instructions on what this project aims to do nor how to setup a quick start to test it out

I checked:

  • README
  • The examples folder
  • And couldn't see any links to a github wiki nor a readthedocs

Could you point me to some resources I could use to help out @VitaliyFedorov

@betatim
Copy link
Owner

betatim commented Feb 6, 2023

Apologies for the lack of documentation. I created this repo to make a demo for mybinder.org that shows how you can run "VS Code" in your binder in addition to the default Jupyter Lab interface.

mybinder.org is basically a JupyterHub server, it will install the dependencies listed in https://github.com/betatim/vscode-binder/blob/master/environment.yml in a new docker image, run postInstall and then start the container. The newly made container is a replacement for the jupyterhub-singleuser container that you might know from a standard JupyterHub on kubernetes setups.

I am not super familiar with how code-server (the "VS Code") achieves its goals and all the complexity in that though. Looking at the error messages in the issue you linked it sounds like something related to how it does its websocket handling is special/different/unusual?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants