pymor.core.config¶
Module Contents¶
Classes¶
Functions¶
Check if we believe to be running in a Jupyter Notebook or Lab. |
|
Check if a notebook is executed with |
Attributes¶
- pymor.core.config.is_jupyter()[source]¶
Check if we believe to be running in a Jupyter Notebook or Lab.
This method is not foolproof and might fail with any given Jupyter release.
- pymor.core.config.is_nbconvert()[source]¶
Check if a notebook is executed with
nbconvert.In some visualization cases we need to be able to detect if a notebook is executed with
nbconvertto disable async loading.