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 2812aee commit 12f9365Copy full SHA for 12f9365
ipydatagrid/__init__.py
@@ -3,6 +3,7 @@
3
4
from ._version import __version__ # noqa
5
from .datagrid import DataGrid, SelectionHelper # noqa
6
+from .cellrenderer import CellRenderer, TextRenderer, BarRenderer, VegaExpr, Expr # noqa
7
8
9
def _jupyter_nbextension_paths():
0 commit comments