Skip to content

aidapiccato/9.014

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

9.014

Assignments for 9.014 in Python

Setup

Creating and activating a conda environment

conda env create —-name env_name python=3.9 matplotlib numpy scipy notebook

Type y and hit Enter when prompted

To activate, use

$ conda activate 9.014

To create a kernel for this virtual environment, use:

$ ipython kernel install --name 9.014 --user

Using jupyter notebook

To start a notebook, use

jupyter notebook

You must be in the directory containing the notebook file you want to modify (or containing a subdirectory with that file). When the notebook starts, select the kernel you created within the virtual environment.

About

Assignments for 9.014 in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published