Skip to content

Commit c3e3b5c

Browse files
author
Murilo M. Marinho
committed
[Lesson1] Adding numpy installation with and without the --break-system-packages.
1 parent 86e57af commit c3e3b5c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

lesson1_tutorial.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,8 @@
443443
}
444444
],
445445
"source": [
446-
"%pip install numpy --break-system-packages"
446+
"%pip install numpy --break-system-packages\n",
447+
"%pip install numpy"
447448
]
448449
},
449450
{
@@ -1102,7 +1103,7 @@
11021103
],
11031104
"metadata": {
11041105
"kernelspec": {
1105-
"display_name": "Python 3",
1106+
"display_name": ".venv",
11061107
"language": "python",
11071108
"name": "python3"
11081109
},
@@ -1116,7 +1117,7 @@
11161117
"name": "python",
11171118
"nbconvert_exporter": "python",
11181119
"pygments_lexer": "ipython3",
1119-
"version": "3.12.8"
1120+
"version": "3.12.7"
11201121
}
11211122
},
11221123
"nbformat": 4,

0 commit comments

Comments
 (0)