We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803ca13 commit 30e41f6Copy full SHA for 30e41f6
doc/source/conf.py
@@ -293,3 +293,13 @@
293
294
global_enable_try_examples = True
295
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