toji 2.1.0 → 2.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/example/calendar.ipynb +281 -21
- data/example/calendar_file.ipynb +37 -37
- data/example/example_core.rb +27 -53
- data/example/{kake_recipe.rb → kake_ingredient.rb} +0 -1
- data/example/{koji_recipe.rb → koji_ingredient.rb} +1 -2
- data/example/koji_making.ipynb +9 -9
- data/example/koji_making.yaml +1 -0
- data/example/koji_making_multi.ipynb +22 -57
- data/example/moromi.ipynb +17 -17
- data/example/moromi.rb +1 -1
- data/example/recipe.rb +17 -10
- data/example/shubo.ipynb +12 -12
- data/example/shubo.yaml +2 -1
- data/lib/toji/brew.rb +4 -2
- data/lib/toji/brew/base.rb +6 -26
- data/lib/toji/brew/builder.rb +49 -21
- data/lib/toji/brew/graph/bmd.rb +1 -1
- data/lib/toji/brew/graph/multi_progress.rb +0 -121
- data/lib/toji/brew/graph/progress.rb +16 -51
- data/lib/toji/brew/koji.rb +2 -1
- data/lib/toji/brew/moromi.rb +2 -1
- data/lib/toji/brew/shubo.rb +2 -1
- data/lib/toji/brew/state.rb +6 -2
- data/lib/toji/brew/{state_wrapper.rb → wrapped_state.rb} +6 -32
- data/lib/toji/calendar.rb +1 -1
- data/lib/toji/ingredient/kake.rb +2 -2
- data/lib/toji/ingredient/kake/actual.rb +6 -7
- data/lib/toji/ingredient/kake/base.rb +1 -1
- data/lib/toji/ingredient/kake/expected.rb +0 -1
- data/lib/toji/ingredient/koji.rb +2 -2
- data/lib/toji/ingredient/koji/actual.rb +8 -9
- data/lib/toji/ingredient/koji/base.rb +1 -1
- data/lib/toji/ingredient/koji/expected.rb +0 -1
- data/lib/toji/ingredient/rice/actual_steamable.rb +4 -4
- data/lib/toji/ingredient/rice/base.rb +0 -1
- data/lib/toji/ingredient/rice/expected_steamable.rb +1 -3
- data/lib/toji/ingredient/rice_rate.rb +2 -14
- data/lib/toji/product/event.rb +0 -10
- data/lib/toji/recipe.rb +2 -11
- data/lib/toji/recipe/step.rb +33 -33
- data/lib/toji/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fb5e686c2915d1ed44e16fbe3ce58eb232c7ae5d0710c7c8fbc5c924cc4524f7
|
4
|
+
data.tar.gz: ca2702441c730f3586be75b300aa1ec07720a88c02f8be76cf88680000ddc2c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0b8df9e1c731727b2ef95aed906e04dbc90f584f57d640d1cf509e4ffd4688a73e94e11fd8b24b4b014dba47da6a8f717babe534d2bdb275e171326cb937e13
|
7
|
+
data.tar.gz: 2dc73ccb8bf508bcc7bf61e04fd750b001f58466d127c5ac828664bced4ceb009f2bbc85c777dbf7d78a4e34d20d8d4e8961358dc136e132bce6729cc8a3404e
|
data/example/calendar.ipynb
CHANGED
@@ -2,33 +2,293 @@
|
|
2
2
|
"cells": [
|
3
3
|
{
|
4
4
|
"cell_type": "code",
|
5
|
-
"execution_count":
|
5
|
+
"execution_count": 1,
|
6
6
|
"metadata": {
|
7
7
|
"scrolled": false
|
8
8
|
},
|
9
9
|
"outputs": [
|
10
10
|
{
|
11
|
-
"
|
12
|
-
"
|
13
|
-
"
|
14
|
-
|
15
|
-
"\u001b[31mLoadError\u001b[0m: cannot infer basepath",
|
16
|
-
"\u001b[37m<main>:2:in `require_relative'\u001b[0m",
|
17
|
-
"\u001b[37m<main>:2:in `<main>'\u001b[0m",
|
18
|
-
"\u001b[37m/Users/yoshida/.rvm/gems/ruby-2.6.3/gems/iruby-0.3/lib/iruby/backend.rb:44:in `eval'\u001b[0m",
|
19
|
-
"\u001b[37m/Users/yoshida/.rvm/gems/ruby-2.6.3/gems/iruby-0.3/lib/iruby/backend.rb:44:in `eval'\u001b[0m",
|
20
|
-
"\u001b[37m/Users/yoshida/.rvm/gems/ruby-2.6.3/gems/iruby-0.3/lib/iruby/backend.rb:12:in `eval'\u001b[0m",
|
21
|
-
"\u001b[37m/Users/yoshida/.rvm/gems/ruby-2.6.3/gems/iruby-0.3/lib/iruby/kernel.rb:87:in `execute_request'\u001b[0m",
|
22
|
-
"\u001b[37m/Users/yoshida/.rvm/gems/ruby-2.6.3/gems/iruby-0.3/lib/iruby/kernel.rb:47:in `dispatch'\u001b[0m",
|
23
|
-
"\u001b[37m/Users/yoshida/.rvm/gems/ruby-2.6.3/gems/iruby-0.3/lib/iruby/kernel.rb:37:in `run'\u001b[0m",
|
24
|
-
"\u001b[37m/Users/yoshida/.rvm/gems/ruby-2.6.3/gems/iruby-0.3/lib/iruby/command.rb:70:in `run_kernel'\u001b[0m",
|
25
|
-
"\u001b[37m/Users/yoshida/.rvm/gems/ruby-2.6.3/gems/iruby-0.3/lib/iruby/command.rb:34:in `run'\u001b[0m",
|
26
|
-
"\u001b[37m/Users/yoshida/.rvm/gems/ruby-2.6.3/gems/iruby-0.3/bin/iruby:5:in `<top (required)>'\u001b[0m",
|
27
|
-
"\u001b[37m/Users/yoshida/.rvm/gems/ruby-2.7.1/bin/iruby:23:in `load'\u001b[0m",
|
28
|
-
"\u001b[37m/Users/yoshida/.rvm/gems/ruby-2.7.1/bin/iruby:23:in `<main>'\u001b[0m",
|
29
|
-
"\u001b[37m/Users/yoshida/.rvm/gems/ruby-2.6.3/bin/ruby_executable_hooks:24:in `eval'\u001b[0m",
|
30
|
-
"\u001b[37m/Users/yoshida/.rvm/gems/ruby-2.6.3/bin/ruby_executable_hooks:24:in `<main>'\u001b[0m"
|
11
|
+
"name": "stdout",
|
12
|
+
"output_type": "stream",
|
13
|
+
"text": [
|
14
|
+
"仕1 姫野国夫による酒母省略仕込\n"
|
31
15
|
]
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"data": {
|
19
|
+
"text/html": [
|
20
|
+
"\n",
|
21
|
+
" <script>\n",
|
22
|
+
" requirejs.config({paths: { 'plotly': ['https://cdn.plot.ly/plotly-latest.min'] }})\n",
|
23
|
+
" </script>\n",
|
24
|
+
"\n",
|
25
|
+
"\n",
|
26
|
+
"<div id=\"b9238107-3122-4821-bab8-cb6878bdb3a5\" style=\"height: 100%; width: 100%;\"></div>\n",
|
27
|
+
"\n",
|
28
|
+
"<script>\n",
|
29
|
+
" require(['plotly'], function(Plotly) { \n",
|
30
|
+
"Plotly.newPlot(\n",
|
31
|
+
" 'b9238107-3122-4821-bab8-cb6878bdb3a5',\n",
|
32
|
+
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[35.0,\"\",35,\"\",123,0.8],[65.0,65,\"\",\"\",\"\",\"\"],[200.0,150,50,\"\",200,\"\"],[300.0,245,55,\"\",400,\"\"],[\"\",\"\",\"\",\"\",128,\"\"],[600.0,460,140,\"\",851,0.8]]}}],\n",
|
33
|
+
" {\"height\":350},\n",
|
34
|
+
" {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
|
35
|
+
")\n",
|
36
|
+
"\n",
|
37
|
+
"window.addEventListener('resize', function() {\n",
|
38
|
+
" Plotly.Plots.resize(document.getElementById('b9238107-3122-4821-bab8-cb6878bdb3a5'))\n",
|
39
|
+
"})\n",
|
40
|
+
" }) \n",
|
41
|
+
"</script>"
|
42
|
+
],
|
43
|
+
"text/plain": [
|
44
|
+
"#<Plotly::Offline::HTML:0x00007fe78019af18 @id=\"b9238107-3122-4821-bab8-cb6878bdb3a5\", @data=[{:type=>:table, :header=>{:values=>[\"\", :moto, :soe, :naka, :tome, :yodan, :total]}, :cells=>{:values=>[[:rice_total, :kake, :koji, :alcohol, :water, :lactic_acid], [35.0, \"\", 35, \"\", 123, 0.8], [65.0, 65, \"\", \"\", \"\", \"\"], [200.0, 150, 50, \"\", 200, \"\"], [300.0, 245, 55, \"\", 400, \"\"], [\"\", \"\", \"\", \"\", 128, \"\"], [600.0, 460, 140, \"\", 851, 0.8]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
|
45
|
+
]
|
46
|
+
},
|
47
|
+
"metadata": {},
|
48
|
+
"output_type": "display_data"
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"name": "stdout",
|
52
|
+
"output_type": "stream",
|
53
|
+
"text": [
|
54
|
+
"仕2 姫野国夫による酒母省略仕込\n"
|
55
|
+
]
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"data": {
|
59
|
+
"text/html": [
|
60
|
+
"\n",
|
61
|
+
" <script>\n",
|
62
|
+
" requirejs.config({paths: { 'plotly': ['https://cdn.plot.ly/plotly-latest.min'] }})\n",
|
63
|
+
" </script>\n",
|
64
|
+
"\n",
|
65
|
+
"\n",
|
66
|
+
"<div id=\"e5a942fd-2bcc-45ae-80ab-7b8babd60220\" style=\"height: 100%; width: 100%;\"></div>\n",
|
67
|
+
"\n",
|
68
|
+
"<script>\n",
|
69
|
+
" require(['plotly'], function(Plotly) { \n",
|
70
|
+
"Plotly.newPlot(\n",
|
71
|
+
" 'e5a942fd-2bcc-45ae-80ab-7b8babd60220',\n",
|
72
|
+
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[32.0,\"\",32,\"\",112,0.733],[60.0,60,\"\",\"\",\"\",\"\"],[184.0,138,46,\"\",183,\"\"],[275.0,225,50,\"\",367,\"\"],[\"\",\"\",\"\",\"\",117,\"\"],[551.0,423,128,\"\",779,0.733]]}}],\n",
|
73
|
+
" {\"height\":350},\n",
|
74
|
+
" {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
|
75
|
+
")\n",
|
76
|
+
"\n",
|
77
|
+
"window.addEventListener('resize', function() {\n",
|
78
|
+
" Plotly.Plots.resize(document.getElementById('e5a942fd-2bcc-45ae-80ab-7b8babd60220'))\n",
|
79
|
+
"})\n",
|
80
|
+
" }) \n",
|
81
|
+
"</script>"
|
82
|
+
],
|
83
|
+
"text/plain": [
|
84
|
+
"#<Plotly::Offline::HTML:0x00007fe7808a6578 @id=\"e5a942fd-2bcc-45ae-80ab-7b8babd60220\", @data=[{:type=>:table, :header=>{:values=>[\"\", :moto, :soe, :naka, :tome, :yodan, :total]}, :cells=>{:values=>[[:rice_total, :kake, :koji, :alcohol, :water, :lactic_acid], [32.0, \"\", 32, \"\", 112, 0.733], [60.0, 60, \"\", \"\", \"\", \"\"], [184.0, 138, 46, \"\", 183, \"\"], [275.0, 225, 50, \"\", 367, \"\"], [\"\", \"\", \"\", \"\", 117, \"\"], [551.0, 423, 128, \"\", 779, 0.733]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
|
85
|
+
]
|
86
|
+
},
|
87
|
+
"metadata": {},
|
88
|
+
"output_type": "display_data"
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"name": "stdout",
|
92
|
+
"output_type": "stream",
|
93
|
+
"text": [
|
94
|
+
"仕3 灘における仕込配合\n"
|
95
|
+
]
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"data": {
|
99
|
+
"text/html": [
|
100
|
+
"\n",
|
101
|
+
" <script>\n",
|
102
|
+
" requirejs.config({paths: { 'plotly': ['https://cdn.plot.ly/plotly-latest.min'] }})\n",
|
103
|
+
" </script>\n",
|
104
|
+
"\n",
|
105
|
+
"\n",
|
106
|
+
"<div id=\"39c22eaa-9067-4305-bfae-1622055cfcb5\" style=\"height: 100%; width: 100%;\"></div>\n",
|
107
|
+
"\n",
|
108
|
+
"<script>\n",
|
109
|
+
" require(['plotly'], function(Plotly) { \n",
|
110
|
+
"Plotly.newPlot(\n",
|
111
|
+
" '39c22eaa-9067-4305-bfae-1622055cfcb5',\n",
|
112
|
+
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"alcohol\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[63.0,42,21,\"\",77,0.524],[143.0,98,45,\"\",122,\"\"],[254.0,190,64,\"\",302,\"\"],[440.0,366,74,\"\",599,\"\"],[\"\",\"\",\"\",405,\"\",\"\"],[900.0,696,204,405,1100,0.524]]}}],\n",
|
113
|
+
" {\"height\":350},\n",
|
114
|
+
" {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
|
115
|
+
")\n",
|
116
|
+
"\n",
|
117
|
+
"window.addEventListener('resize', function() {\n",
|
118
|
+
" Plotly.Plots.resize(document.getElementById('39c22eaa-9067-4305-bfae-1622055cfcb5'))\n",
|
119
|
+
"})\n",
|
120
|
+
" }) \n",
|
121
|
+
"</script>"
|
122
|
+
],
|
123
|
+
"text/plain": [
|
124
|
+
"#<Plotly::Offline::HTML:0x00007fe780248438 @id=\"39c22eaa-9067-4305-bfae-1622055cfcb5\", @data=[{:type=>:table, :header=>{:values=>[\"\", :moto, :soe, :naka, :tome, :alcohol, :total]}, :cells=>{:values=>[[:rice_total, :kake, :koji, :alcohol, :water, :lactic_acid], [63.0, 42, 21, \"\", 77, 0.524], [143.0, 98, 45, \"\", 122, \"\"], [254.0, 190, 64, \"\", 302, \"\"], [440.0, 366, 74, \"\", 599, \"\"], [\"\", \"\", \"\", 405, \"\", \"\"], [900.0, 696, 204, 405, 1100, 0.524]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
|
125
|
+
]
|
126
|
+
},
|
127
|
+
"metadata": {},
|
128
|
+
"output_type": "display_data"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"name": "stdout",
|
132
|
+
"output_type": "stream",
|
133
|
+
"text": [
|
134
|
+
"仕4 酒造教本による標準型仕込配合\n"
|
135
|
+
]
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"data": {
|
139
|
+
"text/html": [
|
140
|
+
"\n",
|
141
|
+
" <script>\n",
|
142
|
+
" requirejs.config({paths: { 'plotly': ['https://cdn.plot.ly/plotly-latest.min'] }})\n",
|
143
|
+
" </script>\n",
|
144
|
+
"\n",
|
145
|
+
"\n",
|
146
|
+
"<div id=\"53486795-5906-47d5-b014-a77e2a251c5e\" style=\"height: 100%; width: 100%;\"></div>\n",
|
147
|
+
"\n",
|
148
|
+
"<script>\n",
|
149
|
+
" require(['plotly'], function(Plotly) { \n",
|
150
|
+
"Plotly.newPlot(\n",
|
151
|
+
" '53486795-5906-47d5-b014-a77e2a251c5e',\n",
|
152
|
+
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[59.0,41,18,\"\",63,0.432],[126.0,90,36,\"\",117,\"\"],[248.0,194,54,\"\",297,\"\"],[396.0,324,72,\"\",567,\"\"],[72.0,72,\"\",\"\",108,\"\"],[901.0,721,180,\"\",1152,0.432]]}}],\n",
|
153
|
+
" {\"height\":350},\n",
|
154
|
+
" {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
|
155
|
+
")\n",
|
156
|
+
"\n",
|
157
|
+
"window.addEventListener('resize', function() {\n",
|
158
|
+
" Plotly.Plots.resize(document.getElementById('53486795-5906-47d5-b014-a77e2a251c5e'))\n",
|
159
|
+
"})\n",
|
160
|
+
" }) \n",
|
161
|
+
"</script>"
|
162
|
+
],
|
163
|
+
"text/plain": [
|
164
|
+
"#<Plotly::Offline::HTML:0x00007fe7802ca9b0 @id=\"53486795-5906-47d5-b014-a77e2a251c5e\", @data=[{:type=>:table, :header=>{:values=>[\"\", :moto, :soe, :naka, :tome, :yodan, :total]}, :cells=>{:values=>[[:rice_total, :kake, :koji, :alcohol, :water, :lactic_acid], [59.0, 41, 18, \"\", 63, 0.432], [126.0, 90, 36, \"\", 117, \"\"], [248.0, 194, 54, \"\", 297, \"\"], [396.0, 324, 72, \"\", 567, \"\"], [72.0, 72, \"\", \"\", 108, \"\"], [901.0, 721, 180, \"\", 1152, 0.432]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
|
165
|
+
]
|
166
|
+
},
|
167
|
+
"metadata": {},
|
168
|
+
"output_type": "display_data"
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"name": "stdout",
|
172
|
+
"output_type": "stream",
|
173
|
+
"text": [
|
174
|
+
"仕5 灘における仕込配合\n"
|
175
|
+
]
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"data": {
|
179
|
+
"text/html": [
|
180
|
+
"\n",
|
181
|
+
" <script>\n",
|
182
|
+
" requirejs.config({paths: { 'plotly': ['https://cdn.plot.ly/plotly-latest.min'] }})\n",
|
183
|
+
" </script>\n",
|
184
|
+
"\n",
|
185
|
+
"\n",
|
186
|
+
"<div id=\"a170cc63-db5c-4c42-87a0-2ebfaec023c9\" style=\"height: 100%; width: 100%;\"></div>\n",
|
187
|
+
"\n",
|
188
|
+
"<script>\n",
|
189
|
+
" require(['plotly'], function(Plotly) { \n",
|
190
|
+
"Plotly.newPlot(\n",
|
191
|
+
" 'a170cc63-db5c-4c42-87a0-2ebfaec023c9',\n",
|
192
|
+
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"alcohol\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[63.0,42,21,\"\",77,0.524],[143.0,98,45,\"\",122,\"\"],[254.0,190,64,\"\",302,\"\"],[440.0,366,74,\"\",599,\"\"],[\"\",\"\",\"\",405,\"\",\"\"],[900.0,696,204,405,1100,0.524]]}}],\n",
|
193
|
+
" {\"height\":350},\n",
|
194
|
+
" {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
|
195
|
+
")\n",
|
196
|
+
"\n",
|
197
|
+
"window.addEventListener('resize', function() {\n",
|
198
|
+
" Plotly.Plots.resize(document.getElementById('a170cc63-db5c-4c42-87a0-2ebfaec023c9'))\n",
|
199
|
+
"})\n",
|
200
|
+
" }) \n",
|
201
|
+
"</script>"
|
202
|
+
],
|
203
|
+
"text/plain": [
|
204
|
+
"#<Plotly::Offline::HTML:0x00007fe78210e1b0 @id=\"a170cc63-db5c-4c42-87a0-2ebfaec023c9\", @data=[{:type=>:table, :header=>{:values=>[\"\", :moto, :soe, :naka, :tome, :alcohol, :total]}, :cells=>{:values=>[[:rice_total, :kake, :koji, :alcohol, :water, :lactic_acid], [63.0, 42, 21, \"\", 77, 0.524], [143.0, 98, 45, \"\", 122, \"\"], [254.0, 190, 64, \"\", 302, \"\"], [440.0, 366, 74, \"\", 599, \"\"], [\"\", \"\", \"\", 405, \"\", \"\"], [900.0, 696, 204, 405, 1100, 0.524]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
|
205
|
+
]
|
206
|
+
},
|
207
|
+
"metadata": {},
|
208
|
+
"output_type": "display_data"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"name": "stdout",
|
212
|
+
"output_type": "stream",
|
213
|
+
"text": [
|
214
|
+
"仕6 酒造教本による標準型仕込配合\n"
|
215
|
+
]
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"data": {
|
219
|
+
"text/html": [
|
220
|
+
"\n",
|
221
|
+
" <script>\n",
|
222
|
+
" requirejs.config({paths: { 'plotly': ['https://cdn.plot.ly/plotly-latest.min'] }})\n",
|
223
|
+
" </script>\n",
|
224
|
+
"\n",
|
225
|
+
"\n",
|
226
|
+
"<div id=\"b4b70c54-a4d9-4ec1-ad53-89b145a40cfe\" style=\"height: 100%; width: 100%;\"></div>\n",
|
227
|
+
"\n",
|
228
|
+
"<script>\n",
|
229
|
+
" require(['plotly'], function(Plotly) { \n",
|
230
|
+
"Plotly.newPlot(\n",
|
231
|
+
" 'b4b70c54-a4d9-4ec1-ad53-89b145a40cfe',\n",
|
232
|
+
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[59.0,41,18,\"\",63,0.432],[126.0,90,36,\"\",117,\"\"],[248.0,194,54,\"\",297,\"\"],[396.0,324,72,\"\",567,\"\"],[72.0,72,\"\",\"\",108,\"\"],[901.0,721,180,\"\",1152,0.432]]}}],\n",
|
233
|
+
" {\"height\":350},\n",
|
234
|
+
" {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
|
235
|
+
")\n",
|
236
|
+
"\n",
|
237
|
+
"window.addEventListener('resize', function() {\n",
|
238
|
+
" Plotly.Plots.resize(document.getElementById('b4b70c54-a4d9-4ec1-ad53-89b145a40cfe'))\n",
|
239
|
+
"})\n",
|
240
|
+
" }) \n",
|
241
|
+
"</script>"
|
242
|
+
],
|
243
|
+
"text/plain": [
|
244
|
+
"#<Plotly::Offline::HTML:0x00007fe7808aedb8 @id=\"b4b70c54-a4d9-4ec1-ad53-89b145a40cfe\", @data=[{:type=>:table, :header=>{:values=>[\"\", :moto, :soe, :naka, :tome, :yodan, :total]}, :cells=>{:values=>[[:rice_total, :kake, :koji, :alcohol, :water, :lactic_acid], [59.0, 41, 18, \"\", 63, 0.432], [126.0, 90, 36, \"\", 117, \"\"], [248.0, 194, 54, \"\", 297, \"\"], [396.0, 324, 72, \"\", 567, \"\"], [72.0, 72, \"\", \"\", 108, \"\"], [901.0, 721, 180, \"\", 1152, 0.432]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
|
245
|
+
]
|
246
|
+
},
|
247
|
+
"metadata": {},
|
248
|
+
"output_type": "display_data"
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"data": {
|
252
|
+
"text/html": [
|
253
|
+
"\n",
|
254
|
+
" <script>\n",
|
255
|
+
" requirejs.config({paths: { 'plotly': ['https://cdn.plot.ly/plotly-latest.min'] }})\n",
|
256
|
+
" </script>\n",
|
257
|
+
"\n",
|
258
|
+
"\n",
|
259
|
+
"<div id=\"3562664a-c92f-463c-8291-fea55ccee080\" style=\"height: 100%; width: 100%;\"></div>\n",
|
260
|
+
"\n",
|
261
|
+
"<script>\n",
|
262
|
+
" require(['plotly'], function(Plotly) { \n",
|
263
|
+
"Plotly.newPlot(\n",
|
264
|
+
" '3562664a-c92f-463c-8291-fea55ccee080',\n",
|
265
|
+
" [{\"type\":\"table\",\"header\":{\"values\":[\"date\",\"moto_koji\",\"moromi_koji\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\"]},\"cells\":{\"values\":[[\"02/20\",\"02/21\",\"02/22\",\"02/23\",\"02/24\",\"02/25\",\"02/26\",\"02/27\",\"02/28\",\"02/29\",\"03/01\",\"03/02\",\"03/03\",\"03/04\",\"03/05\",\"03/06\",\"03/07\",\"03/08\",\"03/09\",\"03/10\",\"03/11\",\"03/12\",\"03/13\",\"03/14\",\"03/15\",\"03/16\",\"03/17\",\"03/18\",\"03/19\",\"03/20\",\"03/21\",\"03/22\",\"03/23\",\"03/24\",\"03/25\",\"03/26\",\"03/27\",\"03/28\",\"03/29\",\"03/30\",\"03/31\",\"04/01\",\"04/02\",\"04/03\",\"04/04\",\"04/05\",\"04/06\",\"04/07\",\"04/08\",\"04/09\",\"04/10\",\"04/11\",\"04/12\",\"04/13\",\"04/14\",\"04/15\"],[\"仕3: 21\\u003cbr\\u003e仕4: 18\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕5: 21\\u003cbr\\u003e仕6: 18\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"仕1: 140\",\"\",\"\",\"仕2: 128\",\"\",\"\",\"\",\"仕3: 183\",\"\",\"\",\"仕4: 162\",\"\",\"\",\"\",\"仕5: 183\",\"\",\"\",\"仕6: 162\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"仕3: 42\\u003cbr\\u003e仕4: 41\",\"\",\"\",\"\",\"\",\"仕1: 0\",\"\",\"仕2: 0\\u003cbr\\u003e仕5: 42\\u003cbr\\u003e仕6: 41\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕1: 65\",\"\",\"仕2: 60\",\"\",\"\",\"\",\"\",\"仕3: 98\",\"\",\"仕4: 90\",\"\",\"\",\"\",\"\",\"仕5: 98\",\"\",\"仕6: 90\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕1: 150\",\"\",\"\",\"仕2: 138\",\"\",\"\",\"\",\"仕3: 190\",\"\",\"仕4: 194\",\"\",\"\",\"\",\"\",\"仕5: 190\",\"\",\"仕6: 194\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕1: 245\",\"\",\"\",\"仕2: 225\",\"\",\"\",\"\",\"仕3: 366\",\"\",\"仕4: 324\",\"\",\"\",\"\",\"\",\"仕5: 366\",\"\",\"仕6: 324\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕4: 72\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕6: 72\"]]}}],\n",
|
266
|
+
" {\"height\":1000},\n",
|
267
|
+
" {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
|
268
|
+
")\n",
|
269
|
+
"\n",
|
270
|
+
"window.addEventListener('resize', function() {\n",
|
271
|
+
" Plotly.Plots.resize(document.getElementById('3562664a-c92f-463c-8291-fea55ccee080'))\n",
|
272
|
+
"})\n",
|
273
|
+
" }) \n",
|
274
|
+
"</script>"
|
275
|
+
],
|
276
|
+
"text/plain": [
|
277
|
+
"#<Plotly::Offline::HTML:0x00007fe7821aab28 @id=\"3562664a-c92f-463c-8291-fea55ccee080\", @data=[{:type=>:table, :header=>{:values=>[:date, :moto_koji, :moromi_koji, :moto, :soe, :naka, :tome, :yodan]}, :cells=>{:values=>[[\"02/20\", \"02/21\", \"02/22\", \"02/23\", \"02/24\", \"02/25\", \"02/26\", \"02/27\", \"02/28\", \"02/29\", \"03/01\", \"03/02\", \"03/03\", \"03/04\", \"03/05\", \"03/06\", \"03/07\", \"03/08\", \"03/09\", \"03/10\", \"03/11\", \"03/12\", \"03/13\", \"03/14\", \"03/15\", \"03/16\", \"03/17\", \"03/18\", \"03/19\", \"03/20\", \"03/21\", \"03/22\", \"03/23\", \"03/24\", \"03/25\", \"03/26\", \"03/27\", \"03/28\", \"03/29\", \"03/30\", \"03/31\", \"04/01\", \"04/02\", \"04/03\", \"04/04\", \"04/05\", \"04/06\", \"04/07\", \"04/08\", \"04/09\", \"04/10\", \"04/11\", \"04/12\", \"04/13\", \"04/14\", \"04/15\"], [\"仕3: 21<br>仕4: 18\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕5: 21<br>仕6: 18\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\"], [\"\", \"\", \"\", \"\", \"仕1: 140\", \"\", \"\", \"仕2: 128\", \"\", \"\", \"\", \"仕3: 183\", \"\", \"\", \"仕4: 162\", \"\", \"\", \"\", \"仕5: 183\", \"\", \"\", \"仕6: 162\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\"], [\"\", \"\", \"\", \"\", \"\", \"仕3: 42<br>仕4: 41\", \"\", \"\", \"\", \"\", \"仕1: 0\", \"\", \"仕2: 0<br>仕5: 42<br>仕6: 41\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\"], [\"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕1: 65\", \"\", \"仕2: 60\", \"\", \"\", \"\", \"\", \"仕3: 98\", \"\", \"仕4: 90\", \"\", \"\", \"\", \"\", \"仕5: 98\", \"\", \"仕6: 90\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\"], [\"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕1: 150\", \"\", \"\", \"仕2: 138\", \"\", \"\", \"\", \"仕3: 190\", \"\", \"仕4: 194\", \"\", \"\", \"\", \"\", \"仕5: 190\", \"\", \"仕6: 194\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\"], [\"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕1: 245\", \"\", \"\", \"仕2: 225\", \"\", \"\", \"\", \"仕3: 366\", \"\", \"仕4: 324\", \"\", \"\", \"\", \"\", \"仕5: 366\", \"\", \"仕6: 324\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\"], [\"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕4: 72\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕6: 72\"]]}}], @layout={:height=>1000}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
|
278
|
+
]
|
279
|
+
},
|
280
|
+
"metadata": {},
|
281
|
+
"output_type": "display_data"
|
282
|
+
},
|
283
|
+
{
|
284
|
+
"data": {
|
285
|
+
"text/plain": [
|
286
|
+
"#<CZTop::Socket::PUB:0x7fe781e2cc90 last_endpoint=\"tcp://127.0.0.1:57851\">"
|
287
|
+
]
|
288
|
+
},
|
289
|
+
"execution_count": 1,
|
290
|
+
"metadata": {},
|
291
|
+
"output_type": "execute_result"
|
32
292
|
}
|
33
293
|
],
|
34
294
|
"source": [
|
data/example/calendar_file.ipynb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"cells": [
|
3
3
|
{
|
4
4
|
"cell_type": "code",
|
5
|
-
"execution_count":
|
5
|
+
"execution_count": 1,
|
6
6
|
"metadata": {
|
7
7
|
"scrolled": false
|
8
8
|
},
|
@@ -23,25 +23,25 @@
|
|
23
23
|
" </script>\n",
|
24
24
|
"\n",
|
25
25
|
"\n",
|
26
|
-
"<div id=\"
|
26
|
+
"<div id=\"58eeefc0-da74-4dfe-9d62-922a143d1573\" style=\"height: 100%; width: 100%;\"></div>\n",
|
27
27
|
"\n",
|
28
28
|
"<script>\n",
|
29
29
|
" require(['plotly'], function(Plotly) { \n",
|
30
30
|
"Plotly.newPlot(\n",
|
31
|
-
" '
|
32
|
-
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[35,\"\",35,\"\",123,0.8],[65,65,\"\",\"\",\"\",\"\"],[200,150,50,\"\",200,\"\"],[300,245,55,\"\",400,\"\"],[\"\",\"\",\"\",\"\",128,\"\"],[600,460,140,\"\",851,0.8]]}}],\n",
|
31
|
+
" '58eeefc0-da74-4dfe-9d62-922a143d1573',\n",
|
32
|
+
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[35.0,\"\",35,\"\",123,0.8],[65.0,65,\"\",\"\",\"\",\"\"],[200.0,150,50,\"\",200,\"\"],[300.0,245,55,\"\",400,\"\"],[\"\",\"\",\"\",\"\",128,\"\"],[600.0,460,140,\"\",851,0.8]]}}],\n",
|
33
33
|
" {\"height\":350},\n",
|
34
34
|
" {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
|
35
35
|
")\n",
|
36
36
|
"\n",
|
37
37
|
"window.addEventListener('resize', function() {\n",
|
38
|
-
" Plotly.Plots.resize(document.getElementById('
|
38
|
+
" Plotly.Plots.resize(document.getElementById('58eeefc0-da74-4dfe-9d62-922a143d1573'))\n",
|
39
39
|
"})\n",
|
40
40
|
" }) \n",
|
41
41
|
"</script>"
|
42
42
|
],
|
43
43
|
"text/plain": [
|
44
|
-
"#<Plotly::Offline::HTML:
|
44
|
+
"#<Plotly::Offline::HTML:0x00007f98df86e690 @id=\"58eeefc0-da74-4dfe-9d62-922a143d1573\", @data=[{:type=>:table, :header=>{:values=>[\"\", :moto, :soe, :naka, :tome, :yodan, :total]}, :cells=>{:values=>[[:rice_total, :kake, :koji, :alcohol, :water, :lactic_acid], [35.0, \"\", 35, \"\", 123, 0.8], [65.0, 65, \"\", \"\", \"\", \"\"], [200.0, 150, 50, \"\", 200, \"\"], [300.0, 245, 55, \"\", 400, \"\"], [\"\", \"\", \"\", \"\", 128, \"\"], [600.0, 460, 140, \"\", 851, 0.8]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
|
45
45
|
]
|
46
46
|
},
|
47
47
|
"metadata": {},
|
@@ -63,25 +63,25 @@
|
|
63
63
|
" </script>\n",
|
64
64
|
"\n",
|
65
65
|
"\n",
|
66
|
-
"<div id=\"
|
66
|
+
"<div id=\"11ed57bf-7469-4286-9005-bb108ca9ccba\" style=\"height: 100%; width: 100%;\"></div>\n",
|
67
67
|
"\n",
|
68
68
|
"<script>\n",
|
69
69
|
" require(['plotly'], function(Plotly) { \n",
|
70
70
|
"Plotly.newPlot(\n",
|
71
|
-
" '
|
72
|
-
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[32,\"\",32,\"\",112,0.733],[60,60,\"\",\"\",\"\",\"\"],[184,138,46,\"\",183,\"\"],[275,225,50,\"\",367,\"\"],[\"\",\"\",\"\",\"\",117,\"\"],[551,423,128,\"\",779,0.733]]}}],\n",
|
71
|
+
" '11ed57bf-7469-4286-9005-bb108ca9ccba',\n",
|
72
|
+
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[32.0,\"\",32,\"\",112,0.733],[60.0,60,\"\",\"\",\"\",\"\"],[184.0,138,46,\"\",183,\"\"],[275.0,225,50,\"\",367,\"\"],[\"\",\"\",\"\",\"\",117,\"\"],[551.0,423,128,\"\",779,0.733]]}}],\n",
|
73
73
|
" {\"height\":350},\n",
|
74
74
|
" {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
|
75
75
|
")\n",
|
76
76
|
"\n",
|
77
77
|
"window.addEventListener('resize', function() {\n",
|
78
|
-
" Plotly.Plots.resize(document.getElementById('
|
78
|
+
" Plotly.Plots.resize(document.getElementById('11ed57bf-7469-4286-9005-bb108ca9ccba'))\n",
|
79
79
|
"})\n",
|
80
80
|
" }) \n",
|
81
81
|
"</script>"
|
82
82
|
],
|
83
83
|
"text/plain": [
|
84
|
-
"#<Plotly::Offline::HTML:
|
84
|
+
"#<Plotly::Offline::HTML:0x00007f98df8a1298 @id=\"11ed57bf-7469-4286-9005-bb108ca9ccba\", @data=[{:type=>:table, :header=>{:values=>[\"\", :moto, :soe, :naka, :tome, :yodan, :total]}, :cells=>{:values=>[[:rice_total, :kake, :koji, :alcohol, :water, :lactic_acid], [32.0, \"\", 32, \"\", 112, 0.733], [60.0, 60, \"\", \"\", \"\", \"\"], [184.0, 138, 46, \"\", 183, \"\"], [275.0, 225, 50, \"\", 367, \"\"], [\"\", \"\", \"\", \"\", 117, \"\"], [551.0, 423, 128, \"\", 779, 0.733]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
|
85
85
|
]
|
86
86
|
},
|
87
87
|
"metadata": {},
|
@@ -103,25 +103,25 @@
|
|
103
103
|
" </script>\n",
|
104
104
|
"\n",
|
105
105
|
"\n",
|
106
|
-
"<div id=\"
|
106
|
+
"<div id=\"6947170f-0778-4b4c-b8ad-347ee1104216\" style=\"height: 100%; width: 100%;\"></div>\n",
|
107
107
|
"\n",
|
108
108
|
"<script>\n",
|
109
109
|
" require(['plotly'], function(Plotly) { \n",
|
110
110
|
"Plotly.newPlot(\n",
|
111
|
-
" '
|
112
|
-
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"alcohol\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[63,42,21,\"\",77,0.524],[143,98,45,\"\",122,\"\"],[254,190,64,\"\",302,\"\"],[440,366,74,\"\",599,\"\"],[\"\",\"\",\"\",405,\"\",\"\"],[900,696,204,405,1100,0.524]]}}],\n",
|
111
|
+
" '6947170f-0778-4b4c-b8ad-347ee1104216',\n",
|
112
|
+
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"alcohol\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[63.0,42,21,\"\",77,0.524],[143.0,98,45,\"\",122,\"\"],[254.0,190,64,\"\",302,\"\"],[440.0,366,74,\"\",599,\"\"],[\"\",\"\",\"\",405,\"\",\"\"],[900.0,696,204,405,1100,0.524]]}}],\n",
|
113
113
|
" {\"height\":350},\n",
|
114
114
|
" {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
|
115
115
|
")\n",
|
116
116
|
"\n",
|
117
117
|
"window.addEventListener('resize', function() {\n",
|
118
|
-
" Plotly.Plots.resize(document.getElementById('
|
118
|
+
" Plotly.Plots.resize(document.getElementById('6947170f-0778-4b4c-b8ad-347ee1104216'))\n",
|
119
119
|
"})\n",
|
120
120
|
" }) \n",
|
121
121
|
"</script>"
|
122
122
|
],
|
123
123
|
"text/plain": [
|
124
|
-
"#<Plotly::Offline::HTML:
|
124
|
+
"#<Plotly::Offline::HTML:0x00007f98dd2ff440 @id=\"6947170f-0778-4b4c-b8ad-347ee1104216\", @data=[{:type=>:table, :header=>{:values=>[\"\", :moto, :soe, :naka, :tome, :alcohol, :total]}, :cells=>{:values=>[[:rice_total, :kake, :koji, :alcohol, :water, :lactic_acid], [63.0, 42, 21, \"\", 77, 0.524], [143.0, 98, 45, \"\", 122, \"\"], [254.0, 190, 64, \"\", 302, \"\"], [440.0, 366, 74, \"\", 599, \"\"], [\"\", \"\", \"\", 405, \"\", \"\"], [900.0, 696, 204, 405, 1100, 0.524]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
|
125
125
|
]
|
126
126
|
},
|
127
127
|
"metadata": {},
|
@@ -143,25 +143,25 @@
|
|
143
143
|
" </script>\n",
|
144
144
|
"\n",
|
145
145
|
"\n",
|
146
|
-
"<div id=\"
|
146
|
+
"<div id=\"b8e03dff-c6c2-4c1c-8de6-37c39f5e742c\" style=\"height: 100%; width: 100%;\"></div>\n",
|
147
147
|
"\n",
|
148
148
|
"<script>\n",
|
149
149
|
" require(['plotly'], function(Plotly) { \n",
|
150
150
|
"Plotly.newPlot(\n",
|
151
|
-
" '
|
152
|
-
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[59,41,18,\"\",63,0.432],[126,90,36,\"\",117,\"\"],[248,194,54,\"\",297,\"\"],[396,324,72,\"\",567,\"\"],[72,72,\"\",\"\",108,\"\"],[901,721,180,\"\",1152,0.432]]}}],\n",
|
151
|
+
" 'b8e03dff-c6c2-4c1c-8de6-37c39f5e742c',\n",
|
152
|
+
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[59.0,41,18,\"\",63,0.432],[126.0,90,36,\"\",117,\"\"],[248.0,194,54,\"\",297,\"\"],[396.0,324,72,\"\",567,\"\"],[72.0,72,\"\",\"\",108,\"\"],[901.0,721,180,\"\",1152,0.432]]}}],\n",
|
153
153
|
" {\"height\":350},\n",
|
154
154
|
" {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
|
155
155
|
")\n",
|
156
156
|
"\n",
|
157
157
|
"window.addEventListener('resize', function() {\n",
|
158
|
-
" Plotly.Plots.resize(document.getElementById('
|
158
|
+
" Plotly.Plots.resize(document.getElementById('b8e03dff-c6c2-4c1c-8de6-37c39f5e742c'))\n",
|
159
159
|
"})\n",
|
160
160
|
" }) \n",
|
161
161
|
"</script>"
|
162
162
|
],
|
163
163
|
"text/plain": [
|
164
|
-
"#<Plotly::Offline::HTML:
|
164
|
+
"#<Plotly::Offline::HTML:0x00007f98df06fa48 @id=\"b8e03dff-c6c2-4c1c-8de6-37c39f5e742c\", @data=[{:type=>:table, :header=>{:values=>[\"\", :moto, :soe, :naka, :tome, :yodan, :total]}, :cells=>{:values=>[[:rice_total, :kake, :koji, :alcohol, :water, :lactic_acid], [59.0, 41, 18, \"\", 63, 0.432], [126.0, 90, 36, \"\", 117, \"\"], [248.0, 194, 54, \"\", 297, \"\"], [396.0, 324, 72, \"\", 567, \"\"], [72.0, 72, \"\", \"\", 108, \"\"], [901.0, 721, 180, \"\", 1152, 0.432]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
|
165
165
|
]
|
166
166
|
},
|
167
167
|
"metadata": {},
|
@@ -183,25 +183,25 @@
|
|
183
183
|
" </script>\n",
|
184
184
|
"\n",
|
185
185
|
"\n",
|
186
|
-
"<div id=\"
|
186
|
+
"<div id=\"2fb546f4-b05c-47a4-99ae-18a6b3f370a0\" style=\"height: 100%; width: 100%;\"></div>\n",
|
187
187
|
"\n",
|
188
188
|
"<script>\n",
|
189
189
|
" require(['plotly'], function(Plotly) { \n",
|
190
190
|
"Plotly.newPlot(\n",
|
191
|
-
" '
|
192
|
-
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"alcohol\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[63,42,21,\"\",77,0.524],[143,98,45,\"\",122,\"\"],[254,190,64,\"\",302,\"\"],[440,366,74,\"\",599,\"\"],[\"\",\"\",\"\",405,\"\",\"\"],[900,696,204,405,1100,0.524]]}}],\n",
|
191
|
+
" '2fb546f4-b05c-47a4-99ae-18a6b3f370a0',\n",
|
192
|
+
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"alcohol\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[63.0,42,21,\"\",77,0.524],[143.0,98,45,\"\",122,\"\"],[254.0,190,64,\"\",302,\"\"],[440.0,366,74,\"\",599,\"\"],[\"\",\"\",\"\",405,\"\",\"\"],[900.0,696,204,405,1100,0.524]]}}],\n",
|
193
193
|
" {\"height\":350},\n",
|
194
194
|
" {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
|
195
195
|
")\n",
|
196
196
|
"\n",
|
197
197
|
"window.addEventListener('resize', function() {\n",
|
198
|
-
" Plotly.Plots.resize(document.getElementById('
|
198
|
+
" Plotly.Plots.resize(document.getElementById('2fb546f4-b05c-47a4-99ae-18a6b3f370a0'))\n",
|
199
199
|
"})\n",
|
200
200
|
" }) \n",
|
201
201
|
"</script>"
|
202
202
|
],
|
203
203
|
"text/plain": [
|
204
|
-
"#<Plotly::Offline::HTML:
|
204
|
+
"#<Plotly::Offline::HTML:0x00007f98df94db38 @id=\"2fb546f4-b05c-47a4-99ae-18a6b3f370a0\", @data=[{:type=>:table, :header=>{:values=>[\"\", :moto, :soe, :naka, :tome, :alcohol, :total]}, :cells=>{:values=>[[:rice_total, :kake, :koji, :alcohol, :water, :lactic_acid], [63.0, 42, 21, \"\", 77, 0.524], [143.0, 98, 45, \"\", 122, \"\"], [254.0, 190, 64, \"\", 302, \"\"], [440.0, 366, 74, \"\", 599, \"\"], [\"\", \"\", \"\", 405, \"\", \"\"], [900.0, 696, 204, 405, 1100, 0.524]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
|
205
205
|
]
|
206
206
|
},
|
207
207
|
"metadata": {},
|
@@ -223,25 +223,25 @@
|
|
223
223
|
" </script>\n",
|
224
224
|
"\n",
|
225
225
|
"\n",
|
226
|
-
"<div id=\"
|
226
|
+
"<div id=\"be20e0d2-c893-4f32-8ab4-d98ef1af24d9\" style=\"height: 100%; width: 100%;\"></div>\n",
|
227
227
|
"\n",
|
228
228
|
"<script>\n",
|
229
229
|
" require(['plotly'], function(Plotly) { \n",
|
230
230
|
"Plotly.newPlot(\n",
|
231
|
-
" '
|
232
|
-
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[59,41,18,\"\",63,0.432],[126,90,36,\"\",117,\"\"],[248,194,54,\"\",297,\"\"],[396,324,72,\"\",567,\"\"],[72,72,\"\",\"\",108,\"\"],[901,721,180,\"\",1152,0.432]]}}],\n",
|
231
|
+
" 'be20e0d2-c893-4f32-8ab4-d98ef1af24d9',\n",
|
232
|
+
" [{\"type\":\"table\",\"header\":{\"values\":[\"\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\",\"total\"]},\"cells\":{\"values\":[[\"rice_total\",\"kake\",\"koji\",\"alcohol\",\"water\",\"lactic_acid\"],[59.0,41,18,\"\",63,0.432],[126.0,90,36,\"\",117,\"\"],[248.0,194,54,\"\",297,\"\"],[396.0,324,72,\"\",567,\"\"],[72.0,72,\"\",\"\",108,\"\"],[901.0,721,180,\"\",1152,0.432]]}}],\n",
|
233
233
|
" {\"height\":350},\n",
|
234
234
|
" {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
|
235
235
|
")\n",
|
236
236
|
"\n",
|
237
237
|
"window.addEventListener('resize', function() {\n",
|
238
|
-
" Plotly.Plots.resize(document.getElementById('
|
238
|
+
" Plotly.Plots.resize(document.getElementById('be20e0d2-c893-4f32-8ab4-d98ef1af24d9'))\n",
|
239
239
|
"})\n",
|
240
240
|
" }) \n",
|
241
241
|
"</script>"
|
242
242
|
],
|
243
243
|
"text/plain": [
|
244
|
-
"#<Plotly::Offline::HTML:
|
244
|
+
"#<Plotly::Offline::HTML:0x00007f98dd350e80 @id=\"be20e0d2-c893-4f32-8ab4-d98ef1af24d9\", @data=[{:type=>:table, :header=>{:values=>[\"\", :moto, :soe, :naka, :tome, :yodan, :total]}, :cells=>{:values=>[[:rice_total, :kake, :koji, :alcohol, :water, :lactic_acid], [59.0, 41, 18, \"\", 63, 0.432], [126.0, 90, 36, \"\", 117, \"\"], [248.0, 194, 54, \"\", 297, \"\"], [396.0, 324, 72, \"\", 567, \"\"], [72.0, 72, \"\", \"\", 108, \"\"], [901.0, 721, 180, \"\", 1152, 0.432]]}}], @layout={:height=>350}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
|
245
245
|
]
|
246
246
|
},
|
247
247
|
"metadata": {},
|
@@ -256,25 +256,25 @@
|
|
256
256
|
" </script>\n",
|
257
257
|
"\n",
|
258
258
|
"\n",
|
259
|
-
"<div id=\"
|
259
|
+
"<div id=\"5b26d19a-f3d0-455d-a648-333a815c0893\" style=\"height: 100%; width: 100%;\"></div>\n",
|
260
260
|
"\n",
|
261
261
|
"<script>\n",
|
262
262
|
" require(['plotly'], function(Plotly) { \n",
|
263
263
|
"Plotly.newPlot(\n",
|
264
|
-
" '
|
264
|
+
" '5b26d19a-f3d0-455d-a648-333a815c0893',\n",
|
265
265
|
" [{\"type\":\"table\",\"header\":{\"values\":[\"date\",\"moto_koji\",\"moromi_koji\",\"moto\",\"soe\",\"naka\",\"tome\",\"yodan\"]},\"cells\":{\"values\":[[\"02/20\",\"02/21\",\"02/22\",\"02/23\",\"02/24\",\"02/25\",\"02/26\",\"02/27\",\"02/28\",\"02/29\",\"03/01\",\"03/02\",\"03/03\",\"03/04\",\"03/05\",\"03/06\",\"03/07\",\"03/08\",\"03/09\",\"03/10\",\"03/11\",\"03/12\",\"03/13\",\"03/14\",\"03/15\",\"03/16\",\"03/17\",\"03/18\",\"03/19\",\"03/20\",\"03/21\",\"03/22\",\"03/23\",\"03/24\",\"03/25\",\"03/26\",\"03/27\",\"03/28\",\"03/29\",\"03/30\",\"03/31\",\"04/01\",\"04/02\",\"04/03\",\"04/04\",\"04/05\",\"04/06\",\"04/07\",\"04/08\",\"04/09\",\"04/10\",\"04/11\",\"04/12\",\"04/13\",\"04/14\",\"04/15\"],[\"仕3: 21\\u003cbr\\u003e仕4: 18\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕5: 21\\u003cbr\\u003e仕6: 18\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"仕1: 140\",\"\",\"\",\"仕2: 128\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕3: 183\\u003cbr\\u003e仕4: 162\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕5: 183\\u003cbr\\u003e仕6: 162\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"仕3: 42\\u003cbr\\u003e仕4: 41\",\"\",\"\",\"\",\"\",\"仕1: 0\",\"\",\"仕5: 42\\u003cbr\\u003e仕6: 41\",\"仕2: 0\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕1: 65\",\"\",\"\",\"仕2: 60\",\"\",\"\",\"\",\"\",\"\",\"仕3: 98\\u003cbr\\u003e仕4: 90\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕5: 98\\u003cbr\\u003e仕6: 90\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕1: 150\",\"\",\"\",\"仕2: 138\",\"\",\"\",\"\",\"\",\"\",\"仕3: 190\\u003cbr\\u003e仕4: 194\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕5: 190\\u003cbr\\u003e仕6: 194\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕1: 245\",\"\",\"\",\"仕2: 225\",\"\",\"\",\"\",\"\",\"\",\"仕3: 366\\u003cbr\\u003e仕4: 324\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕5: 366\\u003cbr\\u003e仕6: 324\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕4: 72\",\"\",\"\",\"\",\"\",\"\",\"\",\"仕6: 72\"]]}}],\n",
|
266
266
|
" {\"height\":1000},\n",
|
267
267
|
" {\"linkText\":\"Export to plot.ly\",\"showLink\":true}\n",
|
268
268
|
")\n",
|
269
269
|
"\n",
|
270
270
|
"window.addEventListener('resize', function() {\n",
|
271
|
-
" Plotly.Plots.resize(document.getElementById('
|
271
|
+
" Plotly.Plots.resize(document.getElementById('5b26d19a-f3d0-455d-a648-333a815c0893'))\n",
|
272
272
|
"})\n",
|
273
273
|
" }) \n",
|
274
274
|
"</script>"
|
275
275
|
],
|
276
276
|
"text/plain": [
|
277
|
-
"#<Plotly::Offline::HTML:
|
277
|
+
"#<Plotly::Offline::HTML:0x00007f98df09ede8 @id=\"5b26d19a-f3d0-455d-a648-333a815c0893\", @data=[{:type=>:table, :header=>{:values=>[:date, :moto_koji, :moromi_koji, :moto, :soe, :naka, :tome, :yodan]}, :cells=>{:values=>[[\"02/20\", \"02/21\", \"02/22\", \"02/23\", \"02/24\", \"02/25\", \"02/26\", \"02/27\", \"02/28\", \"02/29\", \"03/01\", \"03/02\", \"03/03\", \"03/04\", \"03/05\", \"03/06\", \"03/07\", \"03/08\", \"03/09\", \"03/10\", \"03/11\", \"03/12\", \"03/13\", \"03/14\", \"03/15\", \"03/16\", \"03/17\", \"03/18\", \"03/19\", \"03/20\", \"03/21\", \"03/22\", \"03/23\", \"03/24\", \"03/25\", \"03/26\", \"03/27\", \"03/28\", \"03/29\", \"03/30\", \"03/31\", \"04/01\", \"04/02\", \"04/03\", \"04/04\", \"04/05\", \"04/06\", \"04/07\", \"04/08\", \"04/09\", \"04/10\", \"04/11\", \"04/12\", \"04/13\", \"04/14\", \"04/15\"], [\"仕3: 21<br>仕4: 18\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕5: 21<br>仕6: 18\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\"], [\"\", \"\", \"\", \"\", \"仕1: 140\", \"\", \"\", \"仕2: 128\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕3: 183<br>仕4: 162\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕5: 183<br>仕6: 162\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\"], [\"\", \"\", \"\", \"\", \"\", \"仕3: 42<br>仕4: 41\", \"\", \"\", \"\", \"\", \"仕1: 0\", \"\", \"仕5: 42<br>仕6: 41\", \"仕2: 0\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\"], [\"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕1: 65\", \"\", \"\", \"仕2: 60\", \"\", \"\", \"\", \"\", \"\", \"仕3: 98<br>仕4: 90\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕5: 98<br>仕6: 90\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\"], [\"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕1: 150\", \"\", \"\", \"仕2: 138\", \"\", \"\", \"\", \"\", \"\", \"仕3: 190<br>仕4: 194\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕5: 190<br>仕6: 194\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\"], [\"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕1: 245\", \"\", \"\", \"仕2: 225\", \"\", \"\", \"\", \"\", \"\", \"仕3: 366<br>仕4: 324\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕5: 366<br>仕6: 324\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\"], [\"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕4: 72\", \"\", \"\", \"\", \"\", \"\", \"\", \"仕6: 72\"]]}}], @layout={:height=>1000}, @config={:linkText=>\"Export to plot.ly\", :showLink=>true}, @embedded=true>"
|
278
278
|
]
|
279
279
|
},
|
280
280
|
"metadata": {},
|
@@ -283,10 +283,10 @@
|
|
283
283
|
{
|
284
284
|
"data": {
|
285
285
|
"text/plain": [
|
286
|
-
"#<CZTop::Socket::PUB:
|
286
|
+
"#<CZTop::Socket::PUB:0x7f98e10534d0 last_endpoint=\"tcp://127.0.0.1:56639\">"
|
287
287
|
]
|
288
288
|
},
|
289
|
-
"execution_count":
|
289
|
+
"execution_count": 1,
|
290
290
|
"metadata": {},
|
291
291
|
"output_type": "execute_result"
|
292
292
|
}
|