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 2b39197 commit bfe54f0Copy full SHA for bfe54f0
Dockerfile
@@ -120,4 +120,8 @@ RUN apt-get install -y python-software-properties && \
120
sed -i 's/ADD_LDFLAGS =/ADD_LDFLAGS = -lstdc++/' config.mk && \
121
make && cd python && python setup.py install
122
123
+ # Stop ipython nbconvert trying to rewrite its folder hierarchy
124
+RUN mkdir -p /root/.jupyter && touch /root/.jupyter/jupyter_nbconvert_config.py && touch /root/.jupyter/migrated && \
125
+ mkdir -p /.jupyter && touch /.jupyter/jupyter_nbconvert_config.py && touch /.jupyter/migrated
126
+
127
0 commit comments