forget about vscode

This commit is contained in:
Ruben van de Ven 2023-04-21 17:22:25 +02:00
parent 6cf2360d4b
commit f57dcc6aee
1 changed files with 2 additions and 2 deletions

View File

@ -10,10 +10,10 @@ RUN pip install bokeh
RUN pip install ipykernel
RUN pip install ipython
# Vscode bug: https://github.com/microsoft/vscode-jupyter/issues/8552
RUN pip install ipywidgets==7.7.2
# RUN pip install ipywidgets==7.7.2
RUN pip install ipywidgets
#RUN pip install panel jupyter_bokeh
# for bokeh
EXPOSE 5006