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
<aclass="github-button"href="https://github.com/mwouts/itables"data-icon="octicon-star"data-show-count="true"aria-label="Star mwouts/itables on GitHub">Star</a>
10
10
11
11
Turn pandas DataFrames and Series into interactive [datatables](https://datatables.net) in both your notebooks and their HTML representation with `import itables.interactive`:
@@ -20,6 +20,22 @@ Install the package with
20
20
pip install itables
21
21
```
22
22
23
+
In Jupyter Lab, load the `require` Javascript library (this is not required in Jupyter Notebook):
24
+
25
+
```python
26
+
# This is required only in Jupyter Lab - don't do this in Jupyter Notebook
0 commit comments