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 read @mgeier's answer to a question (#285) regarding the skipping of some cells using a regex. I'm totally at a loss here and and don't know whether I'm look in the right place: But is there a way to use nbconvert.preprocessors.RegexRemovePreprocessor with sphinx /nbsphinx on individual *.ipynb files to skip cells based on a regex? I would be very glad for a pointer!
The text was updated successfully, but these errors were encountered:
There is currently no way to specify which preprocessors are to be used.
The HighlightMagicsPreprocessor is hard-coded to be enabled, the RegexRemovePreprocessor is hard-coded to be disabled (but latter is not necessary anymore, because the original problem has been fixed in jupyter/nbconvert#784).
There is currently no way to specify additional preprocessors, but such a feature has been suggested in #305. Feel free to add comments there and feel free to make a PR.
I read @mgeier's answer to a question (#285) regarding the skipping of some cells using a regex. I'm totally at a loss here and and don't know whether I'm look in the right place: But is there a way to use nbconvert.preprocessors.RegexRemovePreprocessor with
sphinx
/nbsphinx
on individual *.ipynb files to skip cells based on a regex? I would be very glad for a pointer!The text was updated successfully, but these errors were encountered: