This notebook is part of the nbsphinx
documentation: https://nbsphinx.readthedocs.io/.
In [ ]:
answer = 6 * 7
This is the cell after the hidden cell. Although the previous cell is not visible, its result is still available:
In [ ]:
answer
Don't overuse this, because it may make it harder to follow what's going on in your notebook.
Also Markdown cells can be hidden. The following cell is hidden.
I am a hidden Markdown cell!
This is the cell after the hidden cell.