yt-tutorial Preparation Download sample data: https://goo.gl/dSXTs7 Presentation slide: ./slides/yt.pdf Example jupyter notebook: './example.ipynb' Create a virtual python enviroment with conda (only once) ''' conda create --name yt python=3.10 ''' Activate the enviroment conda activate yt Install yt (install yt4.0-dev with python3.x using the Anaconda is recommended) by typing conda install --channel conda-forge yt (only once) Install other related packages (only once) conda install numpy scipy matplotlib h5py. Use yt in Jupyter Lab step 1 step 2 Quick visualizations by commands command line interface xx xx