Skip to content

Commit

Permalink
Merge pull request #4 from namurphy/dispersion-notebook
Browse files Browse the repository at this point in the history
Add tutorial notebooks on `plasmapy.dispersion`
  • Loading branch information
namurphy authored Jul 31, 2024
2 parents 44dc4d5 + b64747e commit 7dbfab6
Show file tree
Hide file tree
Showing 4 changed files with 1,414 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ repos:
hooks:
- id: nbqa-check-ast
name: validate Python notebooks
exclude: notebooks/dispersion_solver.ipynb
- id: nbqa-ruff
name: ruff for notebooks (see https://docs.astral.sh/ruff/rules)
args: [--fix, '--select=E,F,UP', '--ignore=E402,E501,E741,F401,F403,F405,F821']
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Here are links to use the notebooks.

- [Astropy Units](https://colab.research.google.com/github/PlasmaPy/plasmapy-summer-school/blob/main/notebooks/astropy-units.ipynb)
- [PlasmaPy Particles and Formulary](https://colab.research.google.com/github/PlasmaPy/plasmapy-summer-school/blob/main/notebooks/particles-formulary.ipynb)
- [New notebook](https://colab.research.google.com/github/PlasmaPy/plasmapy-summer-school/blob/main/notebooks/particles-formulary.ipynb)
- [Dispersion](https://colab.research.google.com/github/PlasmaPy/plasmapy-summer-school/blob/main/notebooks/dispersion_solver.ipynb)
- [New notebook](https://colab.research.google.com/github/PlasmaPy/plasmapy-summer-school/blob/main/notebooks/new.ipynb)

## Tips

Expand Down
Loading

0 comments on commit 7dbfab6

Please sign in to comment.