Skip to content

Commit

Permalink
ohh! add back sample-notebooks/
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSnowbird authored and DrSnowbird committed May 18, 2022
1 parent 91e52ff commit 8859890
Show file tree
Hide file tree
Showing 41 changed files with 16,913 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN sudo apt-get update -y && \
ENV JUPYTER_CONF_DIR=$HOME/.jupyter

COPY --chown=${USER}:${USER} ./scripts/jupyter_notebook_config.py ${JUPYTER_CONF_DIR}/
COPY --chown=${USER}:${USER} ./notebooks $HOME/sample-notebooks
COPY --chown=${USER}:${USER} ./sample-notebooks $HOME/sample-notebooks

# Jupyter has issues with being run directly:
# https://github.com/ipython/ipython/issues/7062
Expand Down
Loading

0 comments on commit 8859890

Please sign in to comment.