Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit e3a5d4e

Browse files
authored
revert URLs to internal files
1 parent 7f58fe8 commit e3a5d4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/06/Exercises/01.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"import numpy as np\n",
143143
"import pandas as pd\n",
144144
"\n",
145-
"file_location = (\"https://raw.githubusercontent.com/TUDelft-books/learn-pythonhon/main/book/06/Theory/\")\n",
145+
"file_location = (\"https://raw.githubusercontent.com/teachbooks/learn-pythonhon/main/book/06/Theory/\")\n",
146146
"mineral_properties = pd.read_csv(file_location + 'mineral_properties.txt', \n",
147147
" skiprows=1,skipinitialspace=True)\n",
148148
"mineral_properties['new_column'] = np.nan\n",
@@ -284,7 +284,7 @@
284284
},
285285
"outputs": [],
286286
"source": [
287-
"file_location = (\"https://raw.githubusercontent.com/TUDelft-books/learn-pythonhonhon/main/book/06/Exercises/\")\n",
287+
"file_location = (\"https://raw.githubusercontent.com/teachbooks/learn-pythonhonhon/main/book/06/Exercises/\")\n",
288288
"\n",
289289
"mountains_8000 = ... #1 \n",
290290
"cols = ... #2 \n",
@@ -359,7 +359,7 @@
359359
},
360360
"outputs": [],
361361
"source": [
362-
"file_location = (\"https://raw.githubusercontent.com/TUDelft-books/learn-pythonhon/main/book/06/Exercises/\")\n",
362+
"file_location = (\"https://raw.githubusercontent.com/teachbooks/learn-pythonhon/main/book/06/Exercises/\")\n",
363363
"\n",
364364
"mountains_7000 = ... # 1\n",
365365
"df_concat = ... # 2\n",

0 commit comments

Comments
 (0)