Skip to content

Commit 7068fe0

Browse files
author
wjm41
committed
Added example for marker column
1 parent 88bce69 commit 7068fe0

4 files changed

Lines changed: 4773 additions & 12793 deletions

File tree

complex_examples.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
" show_coords=False,\n",
9191
")\n",
9292
"\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"
9494
]
9595
},
9696
{
@@ -129,7 +129,7 @@
129129
" width=150,\n",
130130
" show_coords=True)\n",
131131
"\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"
133133
]
134134
},
135135
{
@@ -169,7 +169,7 @@
169169
"\n",
170170
"# Only show informative lower triangle\n",
171171
"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"
173173
]
174174
},
175175
{
@@ -247,7 +247,7 @@
247247
" color_col='Measured Solubility',\n",
248248
" show_coords=False)\n",
249249
"\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"
251251
]
252252
},
253253
{
@@ -322,7 +322,7 @@
322322
" color_col='cluster'\n",
323323
" )\n",
324324
"\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"
326326
]
327327
}
328328
],

0 commit comments

Comments
 (0)