Skip to content

Commit 084c636

Browse files
committed
FIX: add python logo to static images
1 parent 0f24928 commit 084c636

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

docs/notebooks/introduction_python.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11795,7 +11795,7 @@
1179511795
</div>
1179611796
<div class="inner_cell">
1179711797
<div class="text_cell_render border-box-sizing rendered_html">
11798-
<div align="center"><img src="https://www.python.org/static/img/python-logo.png"></div><h1 id="Python">Python<a class="anchor-link" href="#Python">&#182;</a></h1><p>This section is meant as a general introduction to Python and is by far not complete. It is based amongst others on the <a href="http://github.com/jrjohansson/scientific-python-lectures">IPython notebooks from J. R. Johansson</a>, on <a href="http://www.stavros.io/tutorials/python/">http://www.stavros.io/tutorials/python/</a> and on <a href="http://www.swaroopch.com/notes/python">http://www.swaroopch.com/notes/python</a>.</p>
11798+
<center><img src="../static/images/python.png" width=400></center></div><h1 id="Python">Python<a class="anchor-link" href="#Python">&#182;</a></h1><p>This section is meant as a general introduction to Python and is by far not complete. It is based amongst others on the <a href="http://github.com/jrjohansson/scientific-python-lectures">IPython notebooks from J. R. Johansson</a>, on <a href="http://www.stavros.io/tutorials/python/">http://www.stavros.io/tutorials/python/</a> and on <a href="http://www.swaroopch.com/notes/python">http://www.swaroopch.com/notes/python</a>.</p>
1179911799
<p><font color='red'>Important:</font> a very good interactive tutorial for Python can also be found on <a href="https://www.codecademy.com/learn/python">https://www.codecademy.com/learn/python</a></p>
1180011800

1180111801
</div>

docs/static/images/python.png

81.6 KB
Loading

notebooks/introduction_python.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<div align=\"center\"><img src=\"https://www.python.org/static/img/python-logo.png\"></div>\n",
7+
"<center><img src="../static/images/python.png" width=400></center>\n",
88
"\n",
99
"# Python\n",
1010
"\n",

static/images/python.png

81.6 KB
Loading

0 commit comments

Comments
 (0)