Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

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

the badge -> https://jupyterlab-examples.info-mines.paris

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