betatim / vscode-binder

VS Code on Binder
BSD 3-Clause "New" or "Revised" License
111 stars 65 forks source link

vscode shows in jupyterlab but not jupyterhub #20

Closed wzrzt closed 4 years ago

wzrzt commented 4 years ago

In the same machine and same anaconda3 env, after install jupyter_vscode_proxy, vscode icon shows up in jupyterlab, but in jupyterhub, it disappears. Is there any diffrence for jupyterhub ? I'd like vscode embeded in jupyterhub to manage user auth. Thank you.

wzrzt commented 4 years ago

I made it.
Install code-server and then

conda install -c conda-forge jupyter-server-proxy
pip install jupyter-vscode-proxy
jupyter labextension install @jupyterlab/server-proxy

systemctl restart jupyterhub

FInally VScode shows up in my jupyterhub and it works well now.

image