numpy-tutorials
numpy-tutorials copied to clipboard
NumPy tutorials & educational content in notebook format
At another, much smaller traffic, project I run into the issue that the binder deployment stopped working without CI noticing. Would be nice to work out a CI job that...
We have this tag in the pong tutorial `:tags: [output_scroll]`, but it doesn't seem to work, the output cell is long, and vertically static.
These two cells look odd, something when wrong at the conversion from ipynb to md step. https://github.com/numpy/numpy-tutorials/blob/main/content/mooreslaw-tutorial.md?plain=1#L480-L496
This is a tracking issue of items that are needed to be addressed before we can switch over to use mystjs. Please do edit the list below [ ] -...
This issue originated from a request in the main NumPy repository. For reference, see the original discussion here: [Original Issue on NumPy]()
There are at least two instances where an image produced by a notebook is explicitly saved as a static image in the source tree. `mystmd` has an [embedding feature](https://mystmd.org/guide/embed) that...
My understanding is that explicit figure/axis creation is the recommended pattern for `pyplot` on the basis of "explicit-over-implicit". Since one of the goals of numpy-tutorials is to highlight best-practices for...
Initially the project was organized in such a way to separate the sphinx-y bits (Makefiles, conf.py, static, templates, etc.) from the tutorials. Now that `sphinx` is no longer used, we...
A proposal to remove the git-specifics from the contributors guide. My argument is that none of this information is numpy-tutorials-specific, but rather general information about the distributed version control workflow....