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
At #81 I speed up the tutorials run CI by some minutes skipping the cells with !pip install ....
At #81, it was done by adding the tag skip-execution to the cells. But we should have some more generic/automatic way to skip these cells. Which I believe can be achieved using --RegexRemovePreprocessor option from jupyter nbcovert command.
The text was updated successfully, but these errors were encountered:
At #81 I speed up the tutorials run CI by some minutes skipping the cells with
!pip install ...
.At #81, it was done by adding the tag
skip-execution
to the cells. But we should have some more generic/automatic way to skip these cells. Which I believe can be achieved using--RegexRemovePreprocessor
option fromjupyter nbcovert
command.The text was updated successfully, but these errors were encountered: