|
90 | 90 | " show_coords=False,\n", |
91 | 91 | ")\n", |
92 | 92 | "\n", |
93 | | - "app_3d.run_server(mode=\"inline\", port=8703, height=850)\n" |
| 93 | + "app_3d.run_server(mode=\"inline\", port=8704, height=850)\n" |
94 | 94 | ] |
95 | 95 | }, |
96 | 96 | { |
|
129 | 129 | " width=150,\n", |
130 | 130 | " show_coords=True)\n", |
131 | 131 | "\n", |
132 | | - "app_strip.run_server(mode='inline', port=8704, height=850)\n" |
| 132 | + "app_strip.run_server(mode='inline', port=8705, height=850)\n" |
133 | 133 | ] |
134 | 134 | }, |
135 | 135 | { |
|
169 | 169 | "\n", |
170 | 170 | "# Only show informative lower triangle\n", |
171 | 171 | "fig_matrix.update_traces(diagonal_visible=False, showupperhalf=False)\n", |
172 | | - "app_matrix.run_server(mode='inline', port=8705, height=1000)\n" |
| 172 | + "app_matrix.run_server(mode='inline', port=8706, height=1000)\n" |
173 | 173 | ] |
174 | 174 | }, |
175 | 175 | { |
|
247 | 247 | " color_col='Measured Solubility',\n", |
248 | 248 | " show_coords=False)\n", |
249 | 249 | "\n", |
250 | | - "app_pca.run_server(mode='inline', port=8706, height=850)\n" |
| 250 | + "app_pca.run_server(mode='inline', port=8707, height=850)\n" |
251 | 251 | ] |
252 | 252 | }, |
253 | 253 | { |
|
322 | 322 | " color_col='cluster'\n", |
323 | 323 | " )\n", |
324 | 324 | "\n", |
325 | | - "app_cluster.run_server(mode='inline', port=8707, height=850)\n" |
| 325 | + "app_cluster.run_server(mode='inline', port=8708, height=850)\n" |
326 | 326 | ] |
327 | 327 | } |
328 | 328 | ], |
|
0 commit comments