mirror of
https://github.com/Asabeneh/30-Days-Of-Python.git
synced 2026-06-12 21:01:48 +08:00
day 24
This commit is contained in:
parent
cd9cc36e82
commit
c446c75cea
3
.gitignore
vendored
3
.gitignore
vendored
@ -13,4 +13,5 @@ playground
|
||||
flask_project/venv
|
||||
flask_project/ven/bin/
|
||||
flask_project/venv/include/
|
||||
flask_project/ven/lib
|
||||
flask_project/ven/lib
|
||||
numpy.ipynb
|
||||
@ -224,7 +224,7 @@ asabeneh@Asabeneh:~/Desktop/30DaysOfPython$ pip install numpy
|
||||
|
||||
### Importing NumPy
|
||||
|
||||
Jupyter notebook is available if your are in favor of [jupyter notebook](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/r)
|
||||
Jupyter notebook is available if your are in favor of [jupyter notebook](https://github.com/Asabeneh/data-science-for-everyone/blob/master/numpy/numpy.ipynb)
|
||||
|
||||
```py
|
||||
# How to import numpy
|
||||
|
||||
Loading…
Reference in New Issue
Block a user