We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 can nbsphinx ignore one specific cell?
ideally we would add something like
NBSPHINX SKIP print('this code should never run')
gdsfactory/gdsfactory#335
The text was updated successfully, but these errors were encountered:
nbsphinx uses nbconvert for executing notebooks (which in turn uses nbclient).
nbsphinx
nbconvert
nbclient
Is it possible to ignore one cell in nbconvert?
If yes, I can try to enable that in nbsphinx.
Alternatively, you can try https://github.com/executablebooks/MyST-NB, maybe it is possible with that?
Sorry, something went wrong.
No branches or pull requests
How can nbsphinx ignore one specific cell?
ideally we would add something like
gdsfactory/gdsfactory#335
The text was updated successfully, but these errors were encountered: