diff --git a/answerbook/Chapter 1 - Getting started.ipynb b/answerbook/Chapter 1 - Getting started.ipynb index 52ba4fe..7bab349 100644 --- a/answerbook/Chapter 1 - Getting started.ipynb +++ b/answerbook/Chapter 1 - Getting started.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "Chapter 1 - Getting started" + "name": "", + "signature": "sha256:83a720ca76130164ef12d70452a1b7ce77902a0227df77bb8b63536c2ac7f711" }, "nbformat": 3, "nbformat_minor": 0, @@ -2114,7 +2115,7 @@ "input": [ "from IPython.core.display import HTML\n", "def css_styling():\n", - " styles = open(\"styles/custom.css\", \"r\").read()\n", + " styles = open(\"../styles/custom.css\", \"r\").read()\n", " return HTML(styles)\n", "css_styling()" ], @@ -2123,53 +2124,42 @@ "outputs": [ { "html": [ + "/*\n", + "Placeholder for custom user CSS\n", + "\n", + "mainly to be overridden in profile/static/custom/custom.css\n", + "\n", + "This will always be an empty file in IPython\n", + "*/\n", "\n", "" ], + "metadata": {}, "output_type": "pyout", "prompt_number": 1, "text": [ - "" + "" ] } ], @@ -2200,9 +2191,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "by Folgert Karsdorp (Meertens Instituut) en Maarten van Gompel (Radboud University Nijmegen)\n", - "\n", - "Licensed under the [GNU Free Documentation License](http://www.gnu.org/copyleft/fdl.html)" + "---" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "

\"Creative
Python Programming for the Humanities by http://fbkarsdorp.github.io/python-course is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Based on a work at https://github.com/fbkarsdorp/python-course.

" ] } ], diff --git a/answerbook/Chapter 10 - Learning without Supervision.ipynb b/answerbook/Chapter 10 - Learning without Supervision.ipynb index 33c890f..5513a80 100644 --- a/answerbook/Chapter 10 - Learning without Supervision.ipynb +++ b/answerbook/Chapter 10 - Learning without Supervision.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:9c31d4909f7a04f8442b78603fe80db9775dbb99884012c0b4bf1550b28c3296" + "signature": "sha256:cb1d0cef2ba6618be722e0866efc15bfea54ff879c8273b9a3c38cb1e568ccff" }, "nbformat": 3, "nbformat_minor": 0, @@ -1057,9 +1057,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "by Folgert Karsdorp (Meertens Instituut)\n", - "\n", - "Licensed under the [GNU Free Documentation License](http://www.gnu.org/copyleft/fdl.html)" + "---" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "

\"Creative
Python Programming for the Humanities by http://fbkarsdorp.github.io/python-course is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Based on a work at https://github.com/fbkarsdorp/python-course.

" ] } ], diff --git a/answerbook/Chapter 2 - First steps.ipynb b/answerbook/Chapter 2 - First steps.ipynb index 3470160..9ceb85a 100644 --- a/answerbook/Chapter 2 - First steps.ipynb +++ b/answerbook/Chapter 2 - First steps.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:8ea5368a63018a66678eae50169460d1bb53fe34e454951c3dbcdfc940436e5b" }, "nbformat": 3, "nbformat_minor": 0, @@ -1719,7 +1720,7 @@ "input": [ "from IPython.core.display import HTML\n", "def css_styling():\n", - " styles = open(\"styles/custom.css\", \"r\").read()\n", + " styles = open(\"../styles/custom.css\", \"r\").read()\n", " return HTML(styles)\n", "css_styling()" ], @@ -1728,53 +1729,42 @@ "outputs": [ { "html": [ + "/*\n", + "Placeholder for custom user CSS\n", + "\n", + "mainly to be overridden in profile/static/custom/custom.css\n", + "\n", + "This will always be an empty file in IPython\n", + "*/\n", "\n", "" ], + "metadata": {}, "output_type": "pyout", "prompt_number": 1, "text": [ - "" + "" ] } ], @@ -1084,9 +1075,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "by Folgert Karsdorp (Meertens Instituut) en Maarten van Gompel (Radboud University Nijmegen)\n", - "\n", - "Licensed under the [GNU Free Documentation License](http://www.gnu.org/copyleft/fdl.html)" + "---" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "

\"Creative
Python Programming for the Humanities by http://fbkarsdorp.github.io/python-course is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Based on a work at https://github.com/fbkarsdorp/python-course.

" ] } ], diff --git a/answerbook/Chapter 7 - Archiving and Searching.ipynb b/answerbook/Chapter 7 - Archiving and Searching.ipynb index 2d15e66..41eef6e 100644 --- a/answerbook/Chapter 7 - Archiving and Searching.ipynb +++ b/answerbook/Chapter 7 - Archiving and Searching.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:96d2e4f6ce3df4514366b2bc47b793ecd1919a459e63a28242dc4e61bffc7d6d" + "signature": "sha256:bb500a80b9b748cead58c2229fa7a401652584746fa12d29056a4e6c963b2c87" }, "nbformat": 3, "nbformat_minor": 0, @@ -1324,9 +1324,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "by Folgert Karsdorp (Meertens Instituut)\n", - "\n", - "Licensed under the [GNU Free Documentation License](http://www.gnu.org/copyleft/fdl.html)" + "---" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "

\"Creative
Python Programming for the Humanities by http://fbkarsdorp.github.io/python-course is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Based on a work at https://github.com/fbkarsdorp/python-course.

" ] } ], diff --git a/answerbook/Chapter 8 - PDF Search App.ipynb b/answerbook/Chapter 8 - PDF Search App.ipynb index 71deb8c..7964828 100644 --- a/answerbook/Chapter 8 - PDF Search App.ipynb +++ b/answerbook/Chapter 8 - PDF Search App.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:3c716f8ad6cb53c8c995702858536e09aa15e809dd714d867121fd43a04d38ee" + "signature": "sha256:07ecbdc0af59631cd60449050bffe96bfe38b09eed0d93773cb2effb85144551" }, "nbformat": 3, "nbformat_minor": 0, @@ -1419,9 +1419,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "by Folgert Karsdorp (Meertens Instituut)\n", - "\n", - "Licensed under the [GNU Free Documentation License](http://www.gnu.org/copyleft/fdl.html)" + "---" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "

\"Creative
Python Programming for the Humanities by http://fbkarsdorp.github.io/python-course is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Based on a work at https://github.com/fbkarsdorp/python-course.

" ] } ], diff --git a/answerbook/Chapter 9 - Learning from Examples.ipynb b/answerbook/Chapter 9 - Learning from Examples.ipynb index 3d79227..fd9f159 100644 --- a/answerbook/Chapter 9 - Learning from Examples.ipynb +++ b/answerbook/Chapter 9 - Learning from Examples.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:945f626408fb0a4ebaefe616111b44b5fbd70d5fef9361265f942a7392cac81e" + "signature": "sha256:cbfa960d74c521dc48d3cfdbfe80fde0a8086cb584ab13b594708fde375c7f6e" }, "nbformat": 3, "nbformat_minor": 0, @@ -1739,9 +1739,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "by Folgert Karsdorp (Meertens Instituut)\n", - "\n", - "Licensed under the [GNU Free Documentation License](http://www.gnu.org/copyleft/fdl.html)" + "---" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "

\"Creative
Python Programming for the Humanities by http://fbkarsdorp.github.io/python-course is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Based on a work at https://github.com/fbkarsdorp/python-course.

" ] } ],