Skip to content
Snippets Groups Projects
README.md 854 B
Newer Older
Christian Rohlfing's avatar
Christian Rohlfing committed

## Introduction

This repository contains an exemplary Jupyter profile which works with the RWTHjupyter cluster. To be more specific, it includes the following files
Christian Rohlfing's avatar
Christian Rohlfing committed

* `Quickstart.ipynb` which is an exemplary Jupyter notebook file.
* `environment.yml` which specifies the required Python packages needed to run `Quickstart.ipynb`. This file is used by Anaconda or `conda`.
Steffen Vogel's avatar
Steffen Vogel committed
* `Dockerfile` which defines the linux environment. In the end, the packages in `environment.yml` are installed.
Christian Rohlfing's avatar
Christian Rohlfing committed
* `.gitlab-ci.yml` which specifies the necessary Docker build commands (which are executed every time `Dockerfile` changes in Git).

Christian Rohlfing's avatar
Christian Rohlfing committed
## Contact

Joglekar's avatar
Joglekar committed
* In case of bugs and other cases, please contact [ACS-Teaching Team](acs-teaching-acs@eonerc.rwth-aachen.de).
Christian Rohlfing's avatar
Christian Rohlfing committed

The code is licensed under the [MIT license](https://opensource.org/licenses/MIT).