We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afdf2a4 + eb2116e commit 12a6cffCopy full SHA for 12a6cff
docker/deepnote/Dockerfile
@@ -52,7 +52,7 @@ RUN apt-get update \
52
53
RUN apt-get -q update && apt-get -q install -y --no-install-recommends git nginx-light xvfb && apt-get -q clean
54
RUN pip3 install lxml matplotlib networkx numpy pandas pydot scipy
55
-RUN pip3 install -I ipywidgets
+RUN pip3 install -I ipywidgets==7.5.1
56
RUN pip3 install jupyter_server
57
RUN pip3 install --upgrade notebook
58
0 commit comments