In Situ Python Analysis
Using Python for In Situ Analysis in libyt
- Inline Python Script: how inline Python script works?
-
Using yt: how to use
yt
for in situ analysis? - libyt Python Module: the Python module where libyt API binds simulation data to.
User Interface
- libyt Defined Commands: the commands allow users to load script, export history, set function to run or idle, etc.
-
Interactive Python Prompt: the prompt can process Python statements and give feedback instantly.
libyt
should be compiled using-DINTERACTIVE_MODE=ON
. -
Reloading Script: this allows reloading Python script.
libyt
should be compiled using-DINTERACTIVE_MODE=ON
. -
Jupyter Notebook Access: this allows accessing and analyzing simulation data through JupyterLab/Jupyter Notebook.
libyt
should be compiled in-DJUPYTER_KERNEL=ON
.