Skip to content
Snippets Groups Projects
Commit 1b2d441d authored by Andreas Herten's avatar Andreas Herten
Browse files

Remove unnecessary JURECA kernel stuff

parent 86da99cf
Branches
Tags
No related merge requests found
Pipeline #17576 passed
......@@ -6,12 +6,10 @@ pages:
script:
- mkdir public
- tar czf public/pandas-tutorial-tasks.tar.gz --transform 's,^,pandas-tutorial-tasks/,' Introduction-to-Pandas--tasks.ipynb Introduction-to-Pandas--solution.ipynb lost.json nest-data.csv
- tar czf public/pandas-tutorial-tasks--jureca.tar.gz --transform 's,^,pandas-tutorial-tasks/,' Introduction-to-Pandas--JURECA--tasks.ipynb Introduction-to-Pandas--JURECA--solution.ipynb lost.json nest-data.csv
- cp Introduction-to-Pandas--slides.ipynb public/
- cp Introduction-to-Pandas--slides.pdf public/
- tar czf public/pandas-tutorial-slides.tar.gz --transform 's,^,pandas-tutorial-slides/,' Introduction-to-Pandas--slides.html custom.css fzj.js img/ reveal.js/
- git checkout -f pages
- git reset --hard origin/pages
- cp index.html public/
artifacts:
paths:
......
SLIDES = Introduction-to-Pandas--slides.html
SUBNOTEBOOKS = Introduction-to-Pandas--slides.ipynb Introduction-to-Pandas--tasks.ipynb Introduction-to-Pandas--solution.ipynb Introduction-to-Pandas--JURECA--tasks.ipynb Introduction-to-Pandas--JURECA--solution.ipynb
SUBNOTEBOOKS = Introduction-to-Pandas--slides.ipynb Introduction-to-Pandas--tasks.ipynb Introduction-to-Pandas--solution.ipynb
MASTER_NOTEBOOK = Introduction-to-Pandas--master.ipynb
......@@ -29,10 +29,3 @@ Introduction-to-Pandas--tasks.ipynb: $(MASTER_NOTEBOOK)
Introduction-to-Pandas--solution.ipynb: $(MASTER_NOTEBOOK)
./notebook-task-filter.py $< --keep task --keep nopresentation --keep solution --keep onlysolution --remove all -o $@
Introduction-to-Pandas--JURECA--tasks.ipynb: Introduction-to-Pandas--tasks.ipynb
sed 's/"display_name": "Python 3"/"display_name": "JSC Pandas Tutorial"/g; s/"name": "python3"/"name": "pandas"/g' $< > $@
Introduction-to-Pandas--JURECA--solution.ipynb: Introduction-to-Pandas--solution.ipynb
sed 's/"display_name": "Python 3"/"display_name": "JSC Pandas Tutorial"/g; s/"name": "python3"/"name": "pandas"/g' $< > $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment