Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can some markdown cells *not* be displayed? #32

Open
rsignell-usgs opened this issue Mar 1, 2019 · 1 comment
Open

Can some markdown cells *not* be displayed? #32

rsignell-usgs opened this issue Mar 1, 2019 · 1 comment

Comments

@rsignell-usgs
Copy link

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?

@oschuett
Copy link
Owner

Sorry for the late reply.

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants