Skip to content

Commit f3ca828

Browse files
committed
update using-the-visualizer.ipynb
1 parent 106aef9 commit f3ca828

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

docs/user_guide/machine-agnostic-features/using-the-visualizer.ipynb

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
"Setting up the liquid handler.\n",
7878
"Resource deck was assigned to the liquid handler.\n",
7979
"Resource trash was assigned to the liquid handler.\n",
80-
"Resource trash_core96 was assigned to the liquid handler.\n"
80+
"Resource trash_core96 was assigned to the liquid handler.\n",
81+
"Resource waste_block was assigned to the liquid handler.\n"
8182
]
8283
}
8384
],
@@ -134,7 +135,7 @@
134135
},
135136
{
136137
"cell_type": "code",
137-
"execution_count": null,
138+
"execution_count": 6,
138139
"id": "c8c464c8",
139140
"metadata": {},
140141
"outputs": [],
@@ -143,7 +144,7 @@
143144
" TIP_CAR_480_A00,\n",
144145
" PLT_CAR_L5AC_A00,\n",
145146
" Cor_96_wellplate_360ul_Fb,\n",
146-
" hamilton_96_tiprack_1000ul_filter\n",
147+
" hamilton_96_tiprack_1000uL_filter\n",
147148
")"
148149
]
149150
},
@@ -155,11 +156,11 @@
155156
"outputs": [],
156157
"source": [
157158
"tip_car = TIP_CAR_480_A00(name='tip carrier')\n",
158-
"tip_car[0] = tip_rack1 = hamilton_96_tiprack_1000ul_filter(name='tips_01', with_tips=False)\n",
159-
"tip_car[1] = tip_rack2 = hamilton_96_tiprack_1000ul_filter(name='tips_02', with_tips=False)\n",
160-
"tip_car[2] = tip_rack3 = hamilton_96_tiprack_1000ul_filter(name='tips_03', with_tips=False)\n",
161-
"tip_car[3] = tip_rack4 = hamilton_96_tiprack_1000ul_filter(name='tips_04', with_tips=False)\n",
162-
"tip_car[4] = tip_rack5 = hamilton_96_tiprack_1000ul_filter(name='tips_05', with_tips=False)"
159+
"tip_car[0] = tip_rack1 = hamilton_96_tiprack_1000uL_filter(name='tips_01', with_tips=False)\n",
160+
"tip_car[1] = tip_rack2 = hamilton_96_tiprack_1000uL_filter(name='tips_02', with_tips=False)\n",
161+
"tip_car[2] = tip_rack3 = hamilton_96_tiprack_1000uL_filter(name='tips_03', with_tips=False)\n",
162+
"tip_car[3] = tip_rack4 = hamilton_96_tiprack_1000uL_filter(name='tips_04', with_tips=False)\n",
163+
"tip_car[4] = tip_rack5 = hamilton_96_tiprack_1000uL_filter(name='tips_05', with_tips=False)"
163164
]
164165
},
165166
{
@@ -565,7 +566,7 @@
565566
"name": "stdout",
566567
"output_type": "stream",
567568
"text": [
568-
"Aspirating 100.0 from Plate(name=plate_01, size_x=127.76, size_y=85.48, size_z=14.2, location=(000.000, 000.000, -03.030)).\n"
569+
"Aspirating 100.0 from Plate(name='plate_01', size_x=127.76, size_y=85.48, size_z=14.2, location=Coordinate(000.000, 000.000, -03.030)).\n"
569570
]
570571
}
571572
],
@@ -583,7 +584,7 @@
583584
"name": "stdout",
584585
"output_type": "stream",
585586
"text": [
586-
"Dispensing 100.0 to Plate(name=plate_03, size_x=127.76, size_y=85.48, size_z=14.2, location=(000.000, 000.000, -03.030)).\n"
587+
"Dispensing 100.0 to Plate(name='plate_03', size_x=127.76, size_y=85.48, size_z=14.2, location=Coordinate(000.000, 000.000, -03.030)).\n"
587588
]
588589
}
589590
],
@@ -641,7 +642,7 @@
641642
],
642643
"metadata": {
643644
"kernelspec": {
644-
"display_name": "Python 3 (ipykernel)",
645+
"display_name": "env",
645646
"language": "python",
646647
"name": "python3"
647648
},
@@ -655,7 +656,7 @@
655656
"name": "python",
656657
"nbconvert_exporter": "python",
657658
"pygments_lexer": "ipython3",
658-
"version": "3.12.3"
659+
"version": "3.13.7"
659660
},
660661
"toc": {
661662
"base_numbering": 1,
@@ -698,11 +699,6 @@
698699
"_Feature"
699700
],
700701
"window_display": false
701-
},
702-
"vscode": {
703-
"interpreter": {
704-
"hash": "bf274dfc1b974177267b6b8fba8543eeb0bb4c5d64c637dde420829b05625268"
705-
}
706702
}
707703
},
708704
"nbformat": 4,

0 commit comments

Comments
 (0)