Skip to content

Commit f2865e3

Browse files
committed
last changes
1 parent 57e3f01 commit f2865e3

File tree

3 files changed

+134
-259
lines changed

3 files changed

+134
-259
lines changed

image.ipynb

+38-7
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
{
159159
"data": {
160160
"application/vnd.jupyter.widget-view+json": {
161-
"model_id": "a467572f837444d2bd1ebac5fbdaec9b",
161+
"model_id": "06aa06e6af134d61bb3a40df62a601c2",
162162
"version_major": 2,
163163
"version_minor": 0
164164
},
@@ -349,7 +349,7 @@
349349
{
350350
"data": {
351351
"application/vnd.jupyter.widget-view+json": {
352-
"model_id": "7eb6c0c85c334acd8765084783e4e983",
352+
"model_id": "140a3876e95c46c784ca047e1aeb8fab",
353353
"version_major": 2,
354354
"version_minor": 0
355355
},
@@ -453,7 +453,7 @@
453453
{
454454
"data": {
455455
"application/vnd.jupyter.widget-view+json": {
456-
"model_id": "7e30cb38619144d59d4e9e98b8ef0e7f",
456+
"model_id": "2b0b5a73f52744eaa29a75685d10ed7c",
457457
"version_major": 2,
458458
"version_minor": 0
459459
},
@@ -467,7 +467,7 @@
467467
{
468468
"data": {
469469
"application/vnd.jupyter.widget-view+json": {
470-
"model_id": "53d54426e28d46f7bc92ba32ab587572",
470+
"model_id": "0edf24e9f6764619877928989b16e4ce",
471471
"version_major": 2,
472472
"version_minor": 0
473473
},
@@ -528,7 +528,11 @@
528528
"id": "f672dcd8-f55b-4476-b72a-d7a292fee32e",
529529
"metadata": {},
530530
"source": [
531-
"## `ImageWidget` using zebrafish data"
531+
"## `ImageWidget` using zebrafish whole-brain data\n",
532+
"\n",
533+
"## Supports numpy-like array objects and large array formats including: memmaps, zarr, hdf5, etc. via lazy loading\n",
534+
"\n",
535+
"#### Visualization is limited by file-formats and file system access performance: it will work with files of arbitrary size!"
532536
]
533537
},
534538
{
@@ -585,7 +589,7 @@
585589
},
586590
{
587591
"cell_type": "code",
588-
"execution_count": 38,
592+
"execution_count": 19,
589593
"id": "770f8242-e8ff-40fc-86c3-9d44abca85d6",
590594
"metadata": {
591595
"tags": []
@@ -594,7 +598,7 @@
594598
{
595599
"data": {
596600
"application/vnd.jupyter.widget-view+json": {
597-
"model_id": "8a1b7240246b4128b4c39d49aeb5d17e",
601+
"model_id": "92df5a7b047e44e18374c9f85ec2ac14",
598602
"version_major": 2,
599603
"version_minor": 0
600604
},
@@ -624,6 +628,19 @@
624628
" display(iw.show())"
625629
]
626630
},
631+
{
632+
"cell_type": "code",
633+
"execution_count": 20,
634+
"id": "4329ac46-7820-4a4b-8b03-dbbc1d7b545e",
635+
"metadata": {
636+
"tags": []
637+
},
638+
"outputs": [],
639+
"source": [
640+
"for subplot in iw.gridplot:\n",
641+
" subplot[\"image_widget_managed\"].cmap.reset_vmin_vmax()"
642+
]
643+
},
627644
{
628645
"cell_type": "markdown",
629646
"id": "03c793fa-4d29-45d9-bf8c-c0b9133ee229",
@@ -650,6 +667,20 @@
650667
{
651668
"cell_type": "code",
652669
"execution_count": 22,
670+
"id": "48951d83-c273-451d-84ce-be14cd7fc1c3",
671+
"metadata": {
672+
"tags": []
673+
},
674+
"outputs": [],
675+
"source": [
676+
"for subplot in iw.gridplot:\n",
677+
" subplot[\"image_widget_managed\"].cmap.vmin = -0.12\n",
678+
" subplot[\"image_widget_managed\"].cmap.vmax = 2.3"
679+
]
680+
},
681+
{
682+
"cell_type": "code",
683+
"execution_count": 23,
653684
"id": "e49e7b96-c1a7-4c1f-956a-1bab482b0ce0",
654685
"metadata": {
655686
"tags": []

interactivity.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
{
113113
"data": {
114114
"application/vnd.jupyter.widget-view+json": {
115-
"model_id": "c392ec33c3e5471786a54249d9a343ae",
115+
"model_id": "7a304a953bff41fd8716352cb1b733d9",
116116
"version_major": 2,
117117
"version_minor": 0
118118
},
@@ -134,7 +134,7 @@
134134
{
135135
"data": {
136136
"application/vnd.jupyter.widget-view+json": {
137-
"model_id": "e0031da71f6641b0a4dab8565c7a2050",
137+
"model_id": "fd443f94b80340bc94b30561abb3ce0b",
138138
"version_major": 2,
139139
"version_minor": 0
140140
},

0 commit comments

Comments
 (0)