# yt-tutorial **Repository Path**: qj9901/yt-tutorial ## Basic Information - **Project Name**: yt-tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-23 - **Last Updated**: 2025-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://yt-project.org/docs/dev/installing.html) (install `yt4.0-dev` with `python3.x` using the [Anaconda](https://www.anaconda.com/products/individual) 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 1. step 1 2. step 2 ## Quick visualizations by commands 1. command line interface 2. xx 3. xx