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 
ytfor 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. 
 libytshould be compiled using-DINTERACTIVE_MODE=ON. - 
Reloading Script: this allows reloading Python script. 
 libytshould be compiled using-DINTERACTIVE_MODE=ON. - 
Jupyter Notebook Access: this allows accessing and analyzing simulation data through JupyterLab/Jupyter Notebook. 
 libytshould be compiled in-DJUPYTER_KERNEL=ON.