-
Notifications
You must be signed in to change notification settings - Fork 281
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 stopped hiding code cells #111
Comments
@choldgraf, do you have any ideas about how to troubleshoot this? (Could it be related to jupyter-book/jupyter-book#162 and jupyter-book/jupyter-book#207? I didn't fully process their implications.) |
I looked through recent changes to nbclean and didn't see anything there that seemed like it would create problems. |
Hey @davidwagner - good catch. Jupyter Book now has people hide cells via notebook cell tags rather than via comments in the cell itself. Here are some instructions on Jupyter Book: https://jupyter.org/jupyter-book/features/hiding.html cell tags are built in to the classic notebook interface already (I think it's under does that help? |
@choldgraf, Oh, I see. Thanks for the explanation. Unfortunately I can no longer build the textbook, due to this change to Jupyter Book. We have 143 instances of |
I thought we had converted those a while back but I guess not, so I’ll do the conversion this week. Sounds good? |
@choldgraf , oh, that'd be awesome, thank you! |
Awesome, thank you so much for all the fixes, @choldgraf ! I appreciate it. |
Putting
# HIDDEN
at the top of a code cell used to cause the code to be hidden (excluded from the generated output). That no longer works.To reproduce: run
make site; make serve
and look athttp://127.0.0.1:4000/chapters/01/3/1/Literary_Characters.html
; it shows two code cells at the top of the page that contain# HIDDEN
.The text was updated successfully, but these errors were encountered: