sier2 0.40__py2.py3-none-any.whl → 0.41__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of sier2 might be problematic. Click here for more details.
sier2/panel/_panel.py
CHANGED
|
@@ -252,7 +252,7 @@ def _prepare_to_show(dag: Dag):
|
|
|
252
252
|
|
|
253
253
|
cards.extend(BlockCard(parent_template=template, dag=dag, w=gw, dag_logger=dag_logger) for gw in dag.get_sorted() if gw.block_visible)
|
|
254
254
|
|
|
255
|
-
template.main.append(pn.Column(*cards))
|
|
255
|
+
template.main.append(pn.panel(pn.Column(*cards)))
|
|
256
256
|
template.sidebar.append(
|
|
257
257
|
pn.Column(
|
|
258
258
|
switch,
|
|
@@ -464,4 +464,4 @@ class PanelDag(Dag):
|
|
|
464
464
|
_show_dag(self)
|
|
465
465
|
|
|
466
466
|
def servable(self):
|
|
467
|
-
_serveable_dag(self)
|
|
467
|
+
_serveable_dag(self)
|
|
@@ -10,9 +10,9 @@ sier2/_version.py,sha256=K5EdVMOTOHqhr-mIMjXhh84WHTSES2K-MJ_b--KryBM,71
|
|
|
10
10
|
sier2/panel/__init__.py,sha256=wDEf_v859flQX4udAVYZW1m79sfB1NIrI3pyNIpNiEM,29
|
|
11
11
|
sier2/panel/_chart.py,sha256=CBqkwoyFC4XEDUTTRvZn8lfiC4tZ1kLFGkAXJMYpD-E,10059
|
|
12
12
|
sier2/panel/_feedlogger.py,sha256=tsrA8R2FZUecVY2egifVu2qosRfjccgvGRE0lLZSXZY,5270
|
|
13
|
-
sier2/panel/_panel.py,sha256=
|
|
13
|
+
sier2/panel/_panel.py,sha256=m7OhDpdMwjpBdZryUnIBwU-uhtm5ubhFwZqSobgv2ac,15734
|
|
14
14
|
sier2/panel/_panel_util.py,sha256=omcLO0OIHhH00l9YXv09Qv8lnaY6VKsQ1F0qbsrs3vk,2450
|
|
15
|
-
sier2-0.
|
|
16
|
-
sier2-0.
|
|
17
|
-
sier2-0.
|
|
18
|
-
sier2-0.
|
|
15
|
+
sier2-0.41.dist-info/LICENSE,sha256=2AKq0yxLLDdGsj6xQuNjDPG5d2IbFWFGiB_cnCBtMp4,1064
|
|
16
|
+
sier2-0.41.dist-info/METADATA,sha256=iE3Fu8BgtigppmgefYohypcluQ36E5KSVDe7PC_L98Q,2367
|
|
17
|
+
sier2-0.41.dist-info/WHEEL,sha256=5druYqcII7zHXzX7qmN0TH895Jg3yuTtfjMgJIVBrKE,92
|
|
18
|
+
sier2-0.41.dist-info/RECORD,,
|
|
File without changes
|