-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add example notebook for PlasmaPy particles #32
base: fix-broken-examples
Are you sure you want to change the base?
Add example notebook for PlasmaPy particles #32
Conversation
Added aiapy to the list.
Added a link to the aiapy documentation.
This new example for the PyHC gallery utilizes the SunPy, aiapy, and AstroPy packages to download, convert, deconvolve, and compress an AIA FITS file.
Include Transforming Coordinates Between SpacePy, Astropy, and SunPy demo.
Based on particles notebook in PlasmaPy
Thanks for the new example, Nick! And thanks for opening issue #33. This gallery is in a weird state right now; the I am going to revisit migrating this gallery to JupyterBook in a month, at which point adding a new example will be as easy as adding a |
@sapols — done! I didn't get a spacepy install error, but now rather an error that the most recent version of PlasmaPy can't be found.
An excuse to procrastinate? Count me in! 😹 Have you looked into Myst-NB? That looks like a really handy way to build Jupyter notebooks out of MyST Markdown files, though it's still in beta. We tried a pull request in PlasmaPy but there were some features that we depend on that it didn't have yet (PlasmaPy/PlasmaPy#1472). |
I also copied over and adapted a GitHub Action from PlasmaPy as an attempt to have GitHub Actions do the doc build. It still needs some work. |
I had to change the settings in |
Good deal, I'll ping back here when the Jupyter Book work starts! 👍 |
This PR is to add a notebook that goes through some examples in
plasmapy.particles
. I copied it directly from the PlasmaPy documentation, and converted it with jupytext to a.py
file.