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
Copy file name to clipboardExpand all lines: docs/changelog.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,18 @@
1
1
ITables ChangeLog
2
2
=================
3
3
4
+
2.4.2-dev (???)
5
+
------------------
6
+
7
+
**Added**
8
+
- We have added a `Framework :: Dash` classifier to highlight the fact that ITables has a component for Dash.
9
+
10
+
**Fixed**
11
+
- We have added a `Typing :: Typed` classifier to the package as ITables now comes with type annotations ([#411](https://github.com/mwouts/itables/issues/411))
12
+
13
+
4
14
2.4.1 (2025-06-10)
5
-
----------------------
15
+
------------------
6
16
7
17
**Added**
8
18
- We enforce strict `pyright` on the ITables documentation ([#395](https://github.com/mwouts/itables/issues/395)) and on the example apps ([#401](https://github.com/mwouts/itables/pull/401))
# Activate the interactive mode in notebook-like environment with [`init_notebook_mode`](apps/notebook.md):
65
+
# In a Jupyter Notebook, activate the interactive mode for all your DataFrames with [`init_notebook_mode`](apps/notebook.md):
65
66
66
67
# %%
67
68
importitables
@@ -80,7 +81,7 @@
80
81
# %% [markdown]
81
82
# Read more about the different context where you can use ITables.
82
83
#
83
-
# ## Try ITables on Binder
84
+
# ## Binder
84
85
#
85
86
# You can run the examples above (or any other documentation page) directly on , without having to install anything on your end - just click on the rocket icon at the top of the page.
Activate the interactive mode in notebook-like environment with [`init_notebook_mode`](apps/notebook.md):
65
+
In a Jupyter Notebook, activate the interactive mode for all your DataFrames with [`init_notebook_mode`](apps/notebook.md):
65
66
66
67
```{code-cell} ipython3
67
68
import itables
@@ -82,7 +83,7 @@ df
82
83
83
84
Read more about the different context where you can use ITables.
84
85
85
-
## Try ITables on Binder
86
+
## Binder
86
87
87
88
You can run the examples above (or any other documentation page) directly on , without having to install anything on your end - just click on the rocket icon at the top of the page.
0 commit comments