Skip to content
Snippets Groups Projects
Commit 861f308d authored by Colbry, Dirk's avatar Colbry, Dirk
Browse files

Fixing rebase

parent e53e4f9c
No related branches found
No related tags found
No related merge requests found
# Data_Science_Bridge_Curriculum # DataTools_Tutorial_Demo
Set of jupyter notebooks created by students in CMSE495 (Michigan State University) that demonstrate some useful data science tools.
Self guided curriculum to prepare students to start a Masters Degree in Data Science. This notebook includse an environment.yml file. Create and activate an enviornment using the following commands (Assumes anadonda or minicond is installed):
If you are new to git please review the following self guided curriculum: conda env create --prefix ./envs --file environment.yml
conda activate ./envs
- [Git Guide](https://msu-cmse-courses.github.io/cmse802-f20-student/0000--Jupyter-Getting-Started-Guide.html)
Written by:
- Dirk Colbry
-
name: envs
channels:
- defaults
dependencies:
- jupyter
- pip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment