Skip to content

Commit 0ece678

Browse files
committed
latest changes
1 parent f7facc6 commit 0ece678

File tree

3 files changed

+145
-51
lines changed

3 files changed

+145
-51
lines changed

image.ipynb

+3-7
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,11 @@
4141
"id": "03169ecd-8916-4ddd-a023-066f7be7d648",
4242
"metadata": {},
4343
"source": [
44-
"# Running demos on an ancient Quadro P500 laptop GPU\n",
44+
"# Running remotely on a workstation on the East Coast!!\n",
4545
"\n",
46-
"## nearly 6 years old\n",
46+
"Using Jupyter remote frame buffer: https://github.com/vispy/jupyter_rfb\n",
4747
"\n",
48-
"Benchmark - 1,555\n",
49-
"\n",
50-
"Nothing compared to midrange GPU, RTX 3060 Ti: 20,633\n",
51-
"\n",
52-
"https://www.videocardbenchmark.net/gpu.php?gpu=Quadro+P500&id=3911"
48+
"Rendering all being done on remote GPU. We are only displaying a rasterized image in the Jupyter canvas."
5349
]
5450
},
5551
{

interactivity.ipynb

+46-9
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"cell_type": "code",
15-
"execution_count": null,
15+
"execution_count": 1,
1616
"id": "e71723e0-aa1c-49ee-b141-a720c4ea46dc",
1717
"metadata": {
1818
"tags": []
@@ -35,7 +35,7 @@
3535
},
3636
{
3737
"cell_type": "code",
38-
"execution_count": null,
38+
"execution_count": 2,
3939
"id": "6193b269-fbac-46de-9404-e9fc4097c068",
4040
"metadata": {
4141
"tags": []
@@ -62,7 +62,7 @@
6262
},
6363
{
6464
"cell_type": "code",
65-
"execution_count": null,
65+
"execution_count": 3,
6666
"id": "4315315a-32cc-4bae-939b-d2bfd300aefa",
6767
"metadata": {
6868
"tags": []
@@ -103,12 +103,49 @@
103103
},
104104
{
105105
"cell_type": "code",
106-
"execution_count": null,
106+
"execution_count": 4,
107107
"id": "93e26775-3d24-4eb4-8831-fae5cb5fd71c",
108108
"metadata": {
109109
"tags": []
110110
},
111-
"outputs": [],
111+
"outputs": [
112+
{
113+
"data": {
114+
"application/vnd.jupyter.widget-view+json": {
115+
"model_id": "a1cecb0a8f4b408783ae703c37624f2e",
116+
"version_major": 2,
117+
"version_minor": 0
118+
},
119+
"text/plain": [
120+
"RFBOutputContext()"
121+
]
122+
},
123+
"metadata": {},
124+
"output_type": "display_data"
125+
},
126+
{
127+
"name": "stderr",
128+
"output_type": "stream",
129+
"text": [
130+
"/home/clewis7/repos/fastplotlib/fastplotlib/graphics/_features/_base.py:34: UserWarning: converting float64 array to float32\n",
131+
" warn(f\"converting {array.dtype} array to float32\")\n"
132+
]
133+
},
134+
{
135+
"data": {
136+
"application/vnd.jupyter.widget-view+json": {
137+
"model_id": "0136aea73e49401b92d017b06ad14fa9",
138+
"version_major": 2,
139+
"version_minor": 0
140+
},
141+
"text/plain": [
142+
"RFBOutputContext()"
143+
]
144+
},
145+
"metadata": {},
146+
"output_type": "display_data"
147+
}
148+
],
112149
"source": [
113150
"# for the image data and contours\n",
114151
"cnmf_iw = fpl.ImageWidget(\n",
@@ -131,7 +168,7 @@
131168
},
132169
{
133170
"cell_type": "code",
134-
"execution_count": null,
171+
"execution_count": 5,
135172
"id": "f99342b0-27c0-4b1a-9091-0ec3cde9632f",
136173
"metadata": {
137174
"tags": []
@@ -149,7 +186,7 @@
149186
},
150187
{
151188
"cell_type": "code",
152-
"execution_count": null,
189+
"execution_count": 6,
153190
"id": "99a3d096-3b72-4c20-98c8-a5fb27ab8fe3",
154191
"metadata": {
155192
"tags": []
@@ -169,7 +206,7 @@
169206
},
170207
{
171208
"cell_type": "code",
172-
"execution_count": null,
209+
"execution_count": 7,
173210
"id": "0a4968fc-1926-4eb7-85a5-2bedf1581b7f",
174211
"metadata": {
175212
"tags": []
@@ -219,7 +256,7 @@
219256
},
220257
{
221258
"cell_type": "code",
222-
"execution_count": null,
259+
"execution_count": 8,
223260
"id": "f7b78a88-7aa5-4de7-a796-4a99514631c8",
224261
"metadata": {
225262
"tags": []

0 commit comments

Comments
 (0)