mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Add Jupyter notebook showing use of Pandas dataframes
This commit is contained in:
parent
043bb1b1f6
commit
56b0cbb1e7
4 changed files with 2499 additions and 2 deletions
2482
docs/source/pythonapi/examples/pandas-dataframes.ipynb
Normal file
2482
docs/source/pythonapi/examples/pandas-dataframes.ipynb
Normal file
File diff suppressed because one or more lines are too long
11
docs/source/pythonapi/examples/pandas-dataframes.rst
Normal file
11
docs/source/pythonapi/examples/pandas-dataframes.rst
Normal 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.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue