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
Not sure for 2 but that's definitely been annoying and has forced us to silence progress bars. For example, in #274 I set INTAKE_CACHE_PROGRESS to false to disable the progress bar automatically displayed by intake when it downloads a dataset (only during the notebook evaluation for building the site).
Streams on multiple cells:
Progress bar output:
Note that this worked well on the old examples.pyviz.org, that used the NotebookDirective (implemented pre MyST-NB, based on nbconvert?) and a custom theme:
The text was updated successfully, but these errors were encountered:
We have some issues when building the site dealing with outputs to stdout/stderr (see screenshots below):
For 1, I just found out about he
nb_merge_streams
option of MyST-NB that isFalse
by default. We could try to set it toTrue
and see how it goes. See https://myst-nb.readthedocs.io/en/latest/render/format_code_cells.html#group-into-single-streams.Not sure for 2 but that's definitely been annoying and has forced us to silence progress bars. For example, in #274 I set
INTAKE_CACHE_PROGRESS
to false to disable the progress bar automatically displayed by intake when it downloads a dataset (only during the notebook evaluation for building the site).Streams on multiple cells:
Progress bar output:
Note that this worked well on the old examples.pyviz.org, that used the NotebookDirective (implemented pre MyST-NB, based on nbconvert?) and a custom theme:
The text was updated successfully, but these errors were encountered: