/Data_Science

Winter Session "Python for Data Science" course materials and homework in jupyter notebook

Primary LanguageJupyter Notebook

Data Science

Code for EN.553.287 Python for Data Science Applications

Syllabus

See Syllabus.pdf

Environment Setup

  • Make sure that conda is installed.
  • Run the following command in the root directory to build the conda environment "trews": conda env create -f environment.yml
  • Run source activate ds before executing the Jupyter notebook.
  • "ds" has a package nb_conda which allows you to specify the conda env you want as a Jupyter kernel. You must have "ds" activated for the Jupyter notebook server to manage conda environments