Nicolas M. Thiéry
Nicolas M. Thiéry
I just stumbled on nbtutor through an e-mail an jupyter-education. That sounds great for teaching! My main class is introduction to programming in C++, using [xeus-cling](https://github.com/QuantStack/xeus-cling), so I'd be very...
Hi Vidar! Thanks for the feedback. Context: I am building a widget to display and analyze musical juggling patterns. To this end, I am toying out with threejs's animation capabilities...
Hi Tim, > https://github.com/betatim/vscode-binder/issues/3 Ah I had missed this! That's indeed a good first step, thanks. There thus just remains the dependency (code-server) and postBuild part that could be factored...
Just noticed a conda package already exists: https://anaconda.org/conda-forge/jupyter-vscode-proxy Feedstock: https://github.com/conda-forge/jupyter-vscode-proxy-feedstock/tree/master/recipe Seems to not go beyond installing the pip package. One more step nevertheless.
#15 so that the next person finds the info I missed :-)
Yes indeed; same here. My point is just about specifying the dependency between the two.
> I actually didn't do this yet as in some settings, I have both in > different conda environments as `code-server` can be quiet picky > about its node version....
> `code-server` has its own telemetry which you can disable with `--disable-telemetry`. Ah, ah! Very good. Thanks for the tip!
``` jovyan@7eb3ed476be7:~$ conda list | grep proxy configurable-http-proxy 4.2.1 node13_he01fd0c_0 conda-forge jupyter-server-proxy 1.4.0 py_0 conda-forge jupyter-vscode-proxy 0.1 pypi_0 pypi jovyan@7eb3ed476be7:~$ pip list | grep proxy jupyter-server-proxy 1.4.0 jupyter-vscode-proxy 0.1 ```
Thanks @betatim for the feedback! The fact that things work if I use the docker image directly but don't in our JupyterHub may point more to a setup problem than...