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.
1 parent aec8f8e commit 82f274aCopy full SHA for 82f274a
Dockerfile
@@ -22,6 +22,7 @@ ENV PATH="${VIRTUAL_ENV}/bin:$PATH"
22
23
RUN pip install --no-cache-dir ${PIP_FLAGS} superannotate && \
24
pip install --no-cache-dir jupyterlab && \
25
+ pip install --no-cache-dir xeus-python notebook && \
26
rm -rf /root/.cache/pip
27
28
CMD ["jupyter", "lab", "--allow-root", "--NotebookApp.token=''", "--NotebookApp.password=''", "--no-browser", "--ip", "0.0.0.0"]
0 commit comments