Closed
Description
Hi,
Jupyter Notebook 7:
I would like to propose to be able to fold any cell by the first line of text regardless its type.
Reasoning of it is that in many scenarios we have a cell with certain description and funcionality in some type of representation, flow.
Once user of a Notebook reads instructions, it is not necessary to keep the whole cell unfolded, actually it is very beneficial to allow to fold the whole cell keeping only the first row (likely a Title of a cell).
E.g. cell worthy to read and then fold it to see only a title "The Generator X"
Cell:
# The Generator X
# This function produces...
A = FunctionX()
# Callable Output
#...
Best,
Michal
Activity