we’re testing jupyterlab, together with rendering under jupyter-book v2 (aka mystmd), and try to make sure both outputs are kinda consistent
published on info-mines.paris¶
-> https://
and the jb1 version on readthedocs.io
readthedocs.iobut ther’s been a time where it was no longer an option with jb2
plus, we’ve moved to info-mines.paris anyway...
so for the record only
last version on readthedocs.io was
jb1on https://jupyterlab-examples.readthedocs.io/en/jb1/
purpose¶
what we do in this series of sample notebooks, is to summarize most of our common notebook recipes
status¶
not always up to date, particularly in the areas where things no longer evolve much
note on using the myst directive¶
on paper the myst directive would be ideal for our purpose: it shows the code, and how it renders;
however we can’t always use it, because it breaks some features
because e.g. images won’t make it in the output (go figure..); or when playing with nested code cells obviously
we’ll show this in the margin when it’s the case that we’ve decided not to use myst
