You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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:
Could you point me to some resources I could use to help out @VitaliyFedorov
The text was updated successfully, but these errors were encountered: