You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs (ai/numpy): Fix typo in dtype for numpy arrays & Updates Py version (#3123)
* Fix typo in dtype for numpy arrays in README
* Updated Python version requirement from 3.8 to >= 3.9 for virtual environment setup.
* Remove link to Jupyter Notebooks article
Copy file name to clipboardExpand all lines: subjects/ai/numpy/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ We suggest utilizing:
37
37
- Choose a virtual environment that aligns with your familiarity. Common choices among Data Science practitioners are `virtualenv` and `conda`.
38
38
- Install the most recent versions of the required libraries to ensure compatibility and access to the latest features
39
39
40
-
1. Begin by creating a virtual environment named `ex00` that utilizes Python version `3.8`. Install the required libraries `numpy` and `jupyter`. Save the installed packages to a file named `requirements.txt`, located in the current directory.
40
+
1. Begin by creating a virtual environment named `ex00` that utilizes Python version `>= 3.9`. Install the required libraries `numpy` and `jupyter`. Save the installed packages to a file named `requirements.txt`, located in the current directory.
41
41
42
42
2. Launch a `jupyter` notebook or `JupyterLab` on port `8891`. Create a new notebook named `Notebook_ex00`.
0 commit comments