This commit is contained in:
dechert 2023-03-30 16:01:38 +02:00
parent 4332a35f4a
commit 21d25b618d
8 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,7 +5,6 @@ airflow.cfg
unittests.cfg
webserver_config.py
# ---> JupyterNotebooks
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/

View File

@ -14,7 +14,7 @@ docker run --name jupyter -d --rm \
-e NB_USER="marcelo" \
-e CHOWN_HOME=yes \
-w "/home/marcelo" \
-v /mnt/c/Users/dechert/git/aoe2-data/jupyter-data:/home/marcelo/src \
-v /mnt/c/Users/dechert/git/aoe2-data/jupyter/src:/home/marcelo/src \
jupyter/scipy-notebook:2023-03-27
```