Skip to content

Ipython Notebooks demonstrating Numpy features

Notifications You must be signed in to change notification settings

jv1522/numpyGuide

Repository files navigation

Instructions to run jupyter notebooks

  1. Create virtual environment using the command python -m venv venv

  2. Activate the virtual environment using the below command

    a) On windows venv\Script\activate

    b) On Linux source venv/bin/activate

  3. Install Python requirements using the command pip install -r requirements.txt

  4. Start jupyter lab using the command jupyter lab

About

Ipython Notebooks demonstrating Numpy features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published