-
Create virtual environment using the command
python -m venv venv
-
Activate the virtual environment using the below command
a) On windows
venv\Script\activate
b) On Linux
source venv/bin/activate
-
Install Python requirements using the command
pip install -r requirements.txt
-
Start jupyter lab using the command
jupyter lab
-
Notifications
You must be signed in to change notification settings - Fork 0
jv1522/numpyGuide
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Ipython Notebooks demonstrating Numpy features
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published