forget about vscode
This commit is contained in:
parent
6cf2360d4b
commit
f57dcc6aee
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue