Open jni opened 3 years ago
Very nice! @rossbar what pipeline did you use for NumPy / networkx?
what pipeline did you use for NumPy / networkx?
The tutorials sites for both NumPy and NetworkX use sphinx + the myst_nb extension directly rather than Jupyterbook. AIUI, jupyterbook is just a thin wrapper around the other executablebook tools (executablebooks/meta#285), giving a more user-friendly way of defining the _toc
and _config
for those who are not comfortable with sphinx. myst-nb
+ jupytext
(for converting to myst text-based notebook format) should provide everything you need, but Jupyterbook is fine too - whether you prefer sphinx-style or jb-style config/organization is an individual preference!
for those who are not comfortable with sphinx
🙋♂️!
😝
We now have the tutorials up at
https://scikit-image.org/skimage-tutorials/
To do:
lectures/not_yet_booked/
tolectures
, updating_toc.yml
, and ensuring that they build (no errors).tutorials
so that the URL is scikit-image.org/tutorials