changed notebook position

This commit is contained in:
Andrea Mannocci 2023-06-23 15:46:52 +02:00
parent f676ccc989
commit d70036c5fe
3 changed files with 2 additions and 4 deletions

View File

@ -3,5 +3,6 @@ FROM jupyter/pyspark-notebook:latest
RUN pip install papermill
USER jovyan
RUN mkdir /home/jovyan/openaire
RUN mkdir /home/jovyan/openaire/data
ADD data/beginners_kit.ipynb /home/jovyan/openaire/
ADD notebooks/beginners_kit.ipynb /home/jovyan/openaire/

BIN
data/.DS_Store vendored

Binary file not shown.

View File

@ -43,9 +43,6 @@
},
"outputs": [],
"source": [
"# !rm -rf data\n",
"# !mkdir data\n",
"\n",
"# import os\n",
"# base_url = \"https://zenodo.org/record/7490192/files/\"\n",
"\n",