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 cebc6c9 commit 0e65adaCopy full SHA for 0e65ada
docs/_tabsets/repl_warning.qmd
docs/tutorials/browser/repl.qmd
@@ -8,7 +8,15 @@ format:
8
Try our experimental JupyterLite console with Ibis, using the Palmer
9
penguins[^1] dataset loaded into the DuckDB backend!
10
11
-{{< include ../../_tabsets/repl_warning.qmd >}}
+::: {.callout-warning collapse="true"}
12
+## Ibis in the browser is experimental.
13
+
14
+iOS is known to crash on this page.
15
16
+Mobile Firefox may also not work (the page won't crash though).
17
18
+Please [open an issue on GitHub](https://github.com/ibis-project/ibis/issues/new/choose) if you encounter problems.
19
+:::
20
21
```{python}
22
#| echo: false
0 commit comments