Skip to content

cs124/numpy-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

cs 124 Numpy Tutorial : Setup Instructions

Part 0 : Completing PA0

Please make sure that you have fully successfully completed PA0 before continuing with this tutorial setup

Part 1 : Cloning the tutorial

Open a new terminal window and navigate to your CS 124 folder you created during PA0

From there, clone the tutorial with

   git clone https://github.com/cs124/numpy-tutorial

This will create a folder numpy-tutorial in your CS 124 folder.

Part 2 : Activating your CS 124 Environment

Now activate the cs124 conda virtual environment you made in PA0 by pasting the following command into your terminal

  conda activate cs124 

If there is an error about the environment not existing, please go back to PA0 and complete the portion regarding the installation of the cs124 environment

Part 3 : Opening the tutorial in Jupyter Notebook

Now open a new Jupyter Notebook window by typing the following command into your terminal. Once you have successfully completed this step, you can navigate to the numpy-tutorial folder and then the numpy-tutorial.ipynb file and it should open a new tab with the tutorial.

   jupyter notebook

About

Numpy Tutorial Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •