Skip to content

Common code base for ML2R Autumn School 2021

License

Notifications You must be signed in to change notification settings

BitastaB/autumn2021-base

 
 

Repository files navigation

Requirements:

To install the necessary requirements, we provide a environment.yml file that can be used with anaconda. Of course you can use any other means of installing the requirements listed in this file.

The required packages are:
matplotlib=3.4.2
numpy=1.20.3
The code could run using older versions as well.

Conda Environment

To create an environment autumn2021 with the required packages, run the following command:

conda env create -f environment.yml

To activate the environment and start coding, run:

conda activate autumn2021

Jupyter Notebook

If you like to run a jupyter notebook server, just as we did, you may need to install it in your current (conda) environment. Of course, you can code in any other environment of your choice, that's why we did not include this dependency in the environment.yaml directly.

The classic Jupyter Notebook can be installed with conda:
conda install -c conda-forge notebook

If you use pip, you can install it with:
pip install notebook

To run the notebook, run the following command at the Terminal:
jupyter notebook

About

Common code base for ML2R Autumn School 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 72.1%
  • Python 27.8%
  • Makefile 0.1%