-
Notifications
You must be signed in to change notification settings - Fork 132
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
How to skip some cells? #285
Comments
Thanks! Is https://nbsphinx.readthedocs.io/en/0.4.2/hidden-cells.html what you need?
Well it would probably be better to clean up the preparation code, wouldn't it? And did you consider moving the (clean) preparation code to a separate
In fact, there are multiple ways to do this in By regex with https://nbconvert.readthedocs.io/en/latest/api/preprocessors.html#nbconvert.preprocessors.RegexRemovePreprocessor By tags with |
This works so great, sorry for missing that! |
I'd be very interested to use |
It seems that Lines 722 to 726 in 880bf3a
|
@ratnanil See my answer at #341 (comment). |
This is really a great plugin for sphinx!
I am curious how we can skip some cells from ipython notebooks that we mark using some comments, directives, or cell metadata to be excluded in converting. This would be super useful in writing documentations when we want to exclude some preambles or dirty data preparation codes from the rendered sphinx docs.
I don't think ipython nbconvert does have this feature :)
The text was updated successfully, but these errors were encountered: