Skip to content

thesamglickman/msri-ml-week1

This branch is up to date with chens5/msri-ml-week1:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 29, 2023
fa8d1b5 · Jun 29, 2023

History

9 Commits
Jun 25, 2023
Jun 25, 2023
Jun 23, 2023
Jun 22, 2023
Jun 29, 2023
Jun 25, 2023

Repository files navigation

Week 1 MSRI python notebooks

Environment setup instructions

Managing your virtual environments and packages is easier with conda. If you don't already have conda, please install it using this guide. If you have a Windows machine, I recommend installing Windows subsystem for Linux first and then installing conda/doing all coding work via WSL.

Making a new conda environment

Once you have conda installed, create a new conda environment using: conda create --name msri

Activate the environment: conda activate msri

Installing packages

Once you have activated your conda environment, install all required packages using the following command: pip install -r requirements.txt

Make sure you add your conda environment to your jupyter notebook using: python -m ipykernel install --user --name=msri

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%