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 02c7056 commit 526ea28Copy full SHA for 526ea28
chartlets.py/demo/my_extension/__init__.py
@@ -3,9 +3,11 @@
3
from .my_panel_2 import panel as my_panel_2
4
from .my_panel_3 import panel as my_panel_3
5
from .my_panel_4 import panel as my_panel_4
6
+from .my_panel_5 import panel as my_panel_5
7
8
ext = Extension(__name__)
9
ext.add(my_panel_1)
10
ext.add(my_panel_2)
11
ext.add(my_panel_3)
12
ext.add(my_panel_4)
13
+ext.add(my_panel_5)
0 commit comments