Skip to content
Snippets Groups Projects

Making a notebook trusted by default

Merged Adam Fekete requested to merge staging into master
+ 1
2
@@ -122,8 +122,7 @@ ARG TUTORIALS_HOME=$HOME/tutorials
# Linking all the notebooks of the tutorials
WORKDIR $TUTORIALS_HOME
RUN ln -s /opt/tutorials/*/*.ipynb . \
&& jupyter-trust tcmi.ipynb
&& jupyter-trust -y *.ipynb
# Linking images or other assets may required by the tutorials
WORKDIR $TUTORIALS_HOME/assets
Loading