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 b97efb8 commit f182fa4Copy full SHA for f182fa4
Dockerfile
@@ -10,7 +10,7 @@ rm -rf /opt/conda/lib/python3.7/site-packages/notebook/templates && \
10
cp -rl templates /opt/conda/lib/python3.7/site-packages/notebook/ && \
11
ls && \
12
cd SwanContents && pip install --no-deps . && \
13
-jupyter nbextension install --py swancontents --system --symlink
+jupyter nbextension install --py swancontents --system
14
15
RUN git clone https://github.com/Anaconda-Platform/nb_conda_kernels.git
16
RUN cd nb_conda_kernels && \
0 commit comments