Skip to article frontmatterSkip to article content

this may require some more checking but IIRC the jupyterlab-courselevels may be required for this to work properly

code cells

↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ 2 hide-input cells below

should show the output but not the code
and another hide-input cell

↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ hide-input cells above

2 visible cells, one text and one code

with one markdown cell (this very one) and one code cell

# code (visible)
print("hello")
hello

same with hide-input

below we repeat these 2 cells, with hide-input set

a (hidden-input) markdown cell wont show up at all

hello