Skip to content

This repository is used for the exam in the module "T3M40509 Programming for Data Science"

Notifications You must be signed in to change notification settings

SchierleLukas/programming-for-datascience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

programming-for-datascience

This repository is used for the exam in the module "T3M40509 Programming for Data Science". It is also available on Github

Getting started:

  • Install required packages via conda by running "conda env create --file ./environment.yml"
  • Check if environment is avaialble by running "conda info --envs"
  • Activate conda environment by running "conda activate conda activate pfd-env"
  • Start jupyter notebook "jupyter notebook" -> browser will open, and you are ready to go

When your done working:

  • If you wish to export your jupyter notebook to HTML run "jupyter nbconvert --to html ./notebooks/project.ipynb"
  • Stop the jupyter server by using "CTRL + C"
  • Deactivate the conda enviroment by running "conda deactivate"

About

This repository is used for the exam in the module "T3M40509 Programming for Data Science"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors