-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Description
CROSSPOST OF: holoviz/holoviews#5182
I'm trying to create a nice repository for me and Sophia M Yang for a blog post and tutorial. I would also like to show case that the HoloViz ecosystem works with VS Code. So I added the code-server to the Binder environment.
Unfortunately it seems not to work
Reproducible Steps
https://user-images.githubusercontent.com/42288570/149618402-0d65e26d-c85d-435c-8c28-8a6b34981754.mp4
(The video is speeded up with a factor 1.7)
Repo: https://github.com/MarcSkovMadsen/hvplot_interactive commit 3cd8bf19dc326a76efe20e2dd3fedb7f1ff6e6af
- Open https://mybinder.org/v2/gh/marcskovmadsen/hvplot_interactive/3cd8bf19dc326a76efe20e2dd3fedb7f1ff6e6af
- Open VS Code
- View Output - Jupyter to see log message
- Create a new notebook
- Make sure the kernel is
notebook
print('hello')import hvplot.pandasNotice how it took a long time to execute this cell
print('hello')Notice the console how you get an error message as you print hello.
import holoviews as hv
hv.extension("bokeh")In the video this load pretty quickly (8secs) but I've also experienced it running for minutes before I've given up.
import panel as pnIt stopped working.
Versions
jupyter_bokeh bokeh
Version: 0.12.6
Name: holoviews
Version: 1.14.7
Name: hvplot
Version: 0.7.3
Name: ipykernel
Version: 6.7.0
Name: jupyter-bokeh
Version: 3.0.4
Name: bokeh
Version: 2.4.2
python
Python 3.7.12
Python VS Code extension
Version: ms-python v2021.12.1559732655
Jupyter VS Code extension
Version: ms-toolsai v2021.11.1001552333
code-server
Version: 4.0.1 735c6da
Log for Output - Jupyter window
Additional Context
- I don't experience the same problems in "real" VS Code on my laptop.
- I experience similar problems on my Jupyter Hub for work where code-server is also running.