You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love appmode, but I would like to display only certain markdown cells (e.g. the heading and the markdown that describes my dashboard). I've been keeping two branches for this purpose (e.g. one with full markdown, one with reduced markdown), but I'm wondering whether there is a better way?
The text was updated successfully, but these errors were encountered:
Appmode uses CSS to hide the code cells. This could certainly be extended to also hide Markdown cells. Then you could use IPython's display to emit Markdown in a programmtic way.
A more general solution could allow to hide/show each cell individually, which would then also cover #35. Maybe the two of you can team up?
I love appmode, but I would like to display only certain markdown cells (e.g. the heading and the markdown that describes my dashboard). I've been keeping two branches for this purpose (e.g. one with full markdown, one with reduced markdown), but I'm wondering whether there is a better way?
The text was updated successfully, but these errors were encountered: