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
Since `itables==1.0.0`, the [jquery](https://jquery.com/) and [datatables.net](https://datatables.net/) libraries and CSS
110
-
are injected in the notebook when you execute `init_notebook_mode` with its default argument `connected=False`.
111
-
Thanks to this the interactive tables will work even without a connection to the internet.
101
+
## HTML content
112
102
113
-
If you prefer to load the libraries dynamically (and keep the notebook lighter), use `connected=True` when you
114
-
execute `init_notebook_mode`.
103
+
HTML content is supported, which means that you can have formatted text,
104
+
links or even images in your tables:
115
105
116
-
## Advanced parameters
106
+
```{code-cell}
107
+
:tags: [full-width]
117
108
118
-
The `show` method let you pass parameters to [datatables.net](https://datatables.net/)'s `DataTable()`'s constructor - see the [advanced parameters examples](advanced_parameters.md).
0 commit comments