-
Notifications
You must be signed in to change notification settings - Fork 7
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
Hidden sections where @NTBonds are defined hide the output NTBonds #30
Comments
I assume you are talking about hiding from the ExtendedTableOfContents. If this is the case, I added a function for this specifically in version 0.7.7 PlutoExtras.jl/src/extended_toc.jl Lines 1018 to 1062 in 85ea50d
The way you use it is that you simply call it on the output like so: BondTable([bonds...]) |> show_output_when_hidden This will make sure that when your notebook is hiding cells the output will still be displayed (for the cell that has I know documentation is currently very poor but I plan on also improving this with the rewrite of the package (Unfortunately this still depends on a rewrite of PlutoDevMacros so it will not happen before weeks from now) |
@dmetivie here is a clearer video example 856c5493-a426-4081-9791-d0702a510f7f.mp4 |
Thanks ! You thought of every thing already! |
When I create a section with all my @Bind @NTBonds etc, I typically want to hide it, but it seems to hide also the nice looking side panel.
Note that if I hide just the bond cell (not the section), this works as intended, displaying the output.
Is it a bug, or am I (again!) missing something?
The text was updated successfully, but these errors were encountered: