We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7572f73 commit 20e1da7Copy full SHA for 20e1da7
2 files changed
app.py
@@ -8,7 +8,7 @@
8
9
from channelmap_generator.gui.gui import create_app
10
11
-pn.extension()
+pn.extension(notifications=True)
12
13
sys.path.insert(0, str(Path(__file__).parent))
14
channelmap_generator/__init__.py
@@ -7,6 +7,6 @@
7
from .backend import *
-__version__ = "0.3.4"
+__version__ = "0.3.5"
__author__ = "Maxime Beau"
__email__ = "maxime@princeton.edu"
0 commit comments