Skip to content

Commit 30a0305

Browse files
committed
Updated tutorial.ipynb
1 parent a830bea commit 30a0305

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

Tutorial.ipynb

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"metadata": {},
88
"outputs": [],
99
"source": [
10-
"# !pip install -r requirements.txt\n",
11-
"import sys\n",
12-
"sys.path.append('..\\Python-PORT')"
10+
"!pip install -r requirements.txt"
1311
]
1412
},
1513
{
@@ -46,7 +44,7 @@
4644
"source": [
4745
"# specify the patient data location\n",
4846
"# you first need to download the patient database from the link provided in the PortPy GitHub page\n",
49-
"data_dir = r'F:\\Research\\Data_newformat\\Python-PORT\\data'\n",
47+
"data_dir = r'.\\data'\n",
5048
"# pick a patient from the existing patient list to get detailed info about the patient data (e.g., beams_dict, structures, ...)\n",
5149
"patient_id = 'Lung_Patient_1'\n",
5250
"# create my_plan object for the planner beams_dict and select among the beams which are 30 degrees apart\n",
@@ -57,7 +55,7 @@
5755
{
5856
"cell_type": "code",
5957
"execution_count": 4,
60-
"id": "21969588",
58+
"id": "47048715",
6159
"metadata": {},
6260
"outputs": [
6361
{
@@ -88,7 +86,7 @@
8886
{
8987
"cell_type": "code",
9088
"execution_count": 5,
91-
"id": "746113f2",
89+
"id": "04b85c2a",
9290
"metadata": {},
9391
"outputs": [
9492
{
@@ -145,7 +143,7 @@
145143
{
146144
"cell_type": "code",
147145
"execution_count": 7,
148-
"id": "9f408d03",
146+
"id": "b186a5af",
149147
"metadata": {},
150148
"outputs": [
151149
{
@@ -174,7 +172,7 @@
174172
{
175173
"cell_type": "code",
176174
"execution_count": 17,
177-
"id": "f1e95393",
175+
"id": "7d45fa60",
178176
"metadata": {},
179177
"outputs": [
180178
{
@@ -202,7 +200,7 @@
202200
{
203201
"cell_type": "code",
204202
"execution_count": 9,
205-
"id": "2f79b86e",
203+
"id": "61e603d8",
206204
"metadata": {},
207205
"outputs": [
208206
{
@@ -229,7 +227,7 @@
229227
{
230228
"cell_type": "code",
231229
"execution_count": 10,
232-
"id": "60949d8d",
230+
"id": "72795dad",
233231
"metadata": {},
234232
"outputs": [
235233
{
@@ -259,7 +257,7 @@
259257
{
260258
"cell_type": "code",
261259
"execution_count": 13,
262-
"id": "eac55c7c",
260+
"id": "75125e63",
263261
"metadata": {},
264262
"outputs": [
265263
{
@@ -287,7 +285,7 @@
287285
{
288286
"cell_type": "code",
289287
"execution_count": 12,
290-
"id": "069ce099",
288+
"id": "006e5590",
291289
"metadata": {},
292290
"outputs": [
293291
{

0 commit comments

Comments
 (0)