Is it possible to enforce the source_hidden and output_hidden features of Jupyter notebook metadata? I’m trying to publish a notebook as a tutorial, and use code to create explanatory images in the notebook. The code is not really need to follow the notebook. I have checked in the notebook with ‘source_hidden’ set in the notebook, but github’s notebook viewer shows the source.
The problem here is that PDF export fails in my notebook editor (Colab), so this is my only easy way to publish this thing.
Cheers,
Lance Norskog