syd 0.1.3__py3-none-any.whl → 0.1.4__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.
syd/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.1.
|
|
1
|
+
__version__ = "0.1.4"
|
syd/notebook_deploy.py
CHANGED
|
@@ -97,13 +97,13 @@ class NotebookDeployment:
|
|
|
97
97
|
def _create_integer_pair_widget(self, param: IntegerPairParameter) -> widgets.HBox:
|
|
98
98
|
"""Create a pair of integer input widgets."""
|
|
99
99
|
low = widgets.IntText(
|
|
100
|
-
value=param.
|
|
100
|
+
value=param.default[0],
|
|
101
101
|
description=f"{param.name} (low)",
|
|
102
102
|
layout=widgets.Layout(width="47%"),
|
|
103
103
|
style={"description_width": "initial"},
|
|
104
104
|
)
|
|
105
105
|
high = widgets.IntText(
|
|
106
|
-
value=param.
|
|
106
|
+
value=param.default[1],
|
|
107
107
|
description=f"{param.name} (high)",
|
|
108
108
|
layout=widgets.Layout(width="47%"),
|
|
109
109
|
style={"description_width": "initial"},
|
|
@@ -113,13 +113,13 @@ class NotebookDeployment:
|
|
|
113
113
|
def _create_float_pair_widget(self, param: FloatPairParameter) -> widgets.HBox:
|
|
114
114
|
"""Create a pair of float input widgets."""
|
|
115
115
|
low = widgets.FloatText(
|
|
116
|
-
value=param.
|
|
116
|
+
value=param.default[0],
|
|
117
117
|
description=f"{param.name} (low)",
|
|
118
118
|
layout=widgets.Layout(width="47%"),
|
|
119
119
|
style={"description_width": "initial"},
|
|
120
120
|
)
|
|
121
121
|
high = widgets.FloatText(
|
|
122
|
-
value=param.
|
|
122
|
+
value=param.default[1],
|
|
123
123
|
description=f"{param.name} (high)",
|
|
124
124
|
layout=widgets.Layout(width="47%"),
|
|
125
125
|
style={"description_width": "initial"},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: syd
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: A Python package for making GUIs for data science easy.
|
|
5
5
|
Project-URL: Homepage, https://github.com/landoskape/syd
|
|
6
6
|
Author-email: Andrew Landau <andrew+tyler+landau+getridofthisanddtheplusses@gmail.com>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
syd/__init__.py,sha256=Wzf5T3NBDfhQoTnhnRNHSlAsE0XMqbclXG-M81Vas70,22
|
|
2
|
+
syd/interactive_viewer.py,sha256=33aFY6Q4vg6fP5QVs2RYqfnqmFJzML-Lcnhbb1XwN2g,9353
|
|
3
|
+
syd/notebook_deploy.py,sha256=k7yq7Noq30IlCbMXZ1rrX8oW5a3nxLNJHDFGvoJMYxg,11472
|
|
4
|
+
syd/parameters.py,sha256=oQSAGM2D2Db4YLzj_nQb6_vPp18ltld7qvFC138lRJw,9885
|
|
5
|
+
syd-0.1.4.dist-info/METADATA,sha256=re0-a0zHTlvEMyJIAHf7AM-OVEQkohwes7K2-xWfy_0,2449
|
|
6
|
+
syd-0.1.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
+
syd-0.1.4.dist-info/licenses/LICENSE,sha256=YF6QR6Vjxcg5b_sYIyqkME7FZYau5TfEUGTG-0JeRK0,35129
|
|
8
|
+
syd-0.1.4.dist-info/RECORD,,
|
syd-0.1.3.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
syd/__init__.py,sha256=XEqb2aiIn8fzGE68Mph4ck1FtQqsR_am0wRWvrYPffQ,22
|
|
2
|
-
syd/interactive_viewer.py,sha256=33aFY6Q4vg6fP5QVs2RYqfnqmFJzML-Lcnhbb1XwN2g,9353
|
|
3
|
-
syd/notebook_deploy.py,sha256=GAvrWEnvy__N2_0qQTmfoX6UZZKikKCjWn0tGpTUXK8,11696
|
|
4
|
-
syd/parameters.py,sha256=oQSAGM2D2Db4YLzj_nQb6_vPp18ltld7qvFC138lRJw,9885
|
|
5
|
-
syd-0.1.3.dist-info/METADATA,sha256=r6JMz__aTLlirGUqUkki6emZwx9Ywq1HFKhlH2p2mdk,2449
|
|
6
|
-
syd-0.1.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
-
syd-0.1.3.dist-info/licenses/LICENSE,sha256=YF6QR6Vjxcg5b_sYIyqkME7FZYau5TfEUGTG-0JeRK0,35129
|
|
8
|
-
syd-0.1.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|