Add Jupyter notebook showing use of Pandas dataframes

This commit is contained in:
Paul Romano 2015-08-08 09:51:29 +07:00
parent 043bb1b1f6
commit 56b0cbb1e7
4 changed files with 2499 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,11 @@
=================
Pandas Dataframes
=================
.. only:: html
.. notebook:: pandas-dataframes.ipynb
.. only:: latex
IPython notebooks must be viewed in the online HTML documentation.

View file

@ -6,7 +6,7 @@ Python API
OpenMC includes a rich Python API that enables programmatic pre- and
post-processing. The easiest way to begin using the API is to take a look at the
example IPython notebooks provided. The full API documentation serves to provide
example Jupyter notebooks provided. The full API documentation serves to provide
more information on a given module or class.
**Handling nuclear data:**
@ -53,9 +53,10 @@ more information on a given module or class.
summary
tallies
**Examples:**
**Example Jupyter Notebooks:**
.. toctree::
:maxdepth: 1
examples/pandas-dataframes
examples/tally-arithmetic