Skip to content

Commit be11c73

Browse files
committed
updated section headers from markdown to header cells
1 parent 5a82957 commit be11c73

8 files changed

+1458
-529
lines changed

‎Lecture-0-Scientific-Computing-with-Python.ipynb‎

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@
3939
"metadata": {},
4040
"source": [
4141
"Science has traditionally been divided into experimental and theoretical disciplines, but during the last several decades computing has emerged as a very important part of science. Scientific computing is often closely related to theory, but it also has many characteristics in common with experimental work. It is therefore often viewed as a new third branch of science. In most fields of science, computational work is an important complement to both experiments and theory, and nowadays a vast majority of both experimental and theoretical papers involve some numerical calculations, simulations or computer modeling.\n",
42-
"\n",
4342
"<center>\n",
44-
"<!-- offline version <img src=\"files/images/theory-experiment-computation.svg\" width=\"300\"> -->\n",
45-
"<img src=\"https://raw.github.com/jrjohansson/scientific-python-lectures/master/images/theory-experiment-computation.png\" width=\"300\"> \n",
43+
"<img src=\"https://raw.github.com/jrjohansson/scientific-python-lectures/master/images/theory-experiment-computation.png\" width=\"300\">\n",
4644
"</center>\n",
4745
"\n",
4846
"In experimental and theoretical sciences there are well established codes of conducts for how results and methods are published and made available to other scientists. For example, in theoretical sciences, derivations, proofs and other results are published in full detail, or made available upon request. Likewise, in experimental sciences, the methods used and the results are published, and all experimental data should be available upon request. It is considered unscientific to withhold crucial details in a theoretical proof or experimental method, that would hinder other scientists from replicating and reproducing the results.\n",
@@ -469,9 +467,9 @@
469467
"cell_type": "markdown",
470468
"metadata": {},
471469
"source": [
472-
" * [Python](http://www.python.org>). The official Python web site.\n",
473-
" * [Python tutorials](http://docs.python.org/2/tutorial/). The official Python tutorials.\n",
474-
" * [Think Python](http://www.greenteapress.com/thinkpython/). A free book on Python."
470+
" * [Python](http://www.python.org). The official Python web site.\n",
471+
" * [Python tutorials](http://docs.python.org/2/tutorial). The official Python tutorials.\n",
472+
" * [Think Python](http://www.greenteapress.com/thinkpython). A free book on Python."
475473
]
476474
},
477475
{
@@ -552,6 +550,7 @@
552550
"\\hline \\multicolumn{2}{|l|}{Thu Aug 08 11:18:41 2013 JST} \\\\ \\hline\n",
553551
"\\end{tabular}\n"
554552
],
553+
"metadata": {},
555554
"output_type": "pyout",
556555
"prompt_number": 2,
557556
"text": [
@@ -574,4 +573,4 @@
574573
"metadata": {}
575574
}
576575
]
577-
}
576+
}

0 commit comments

Comments
 (0)