Skip to content

Commit 30e41f6

Browse files
CI: add admonition to every JupyterLite kernel
1 parent 803ca13 commit 30e41f6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/source/conf.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,3 +293,13 @@
293293

294294
global_enable_try_examples = True
295295
try_examples_global_button_text = "Try it in your browser!"
296+
try_examples_global_warning_text = (
297+
"""These interactive examples with JupyterLite are experimental and
298+
may not always work as expected. The execution of cells containing import
299+
statements will result in high bandwidth usage and may take a long time to
300+
complete.
301+
302+
If you are on the latest version of the documentation, please install the
303+
latest version of PyWavelets to ensure the examples work as expected, via
304+
the following command:"""
305+
)

0 commit comments

Comments
 (0)