From 50940968c5ab766f7e7b51e04dddeefbb0dbd55b Mon Sep 17 00:00:00 2001 From: Steffen Vogel <stvogel@eonerc.rwth-aachen.de> Date: Mon, 4 Jan 2021 12:43:09 +0100 Subject: [PATCH] add link to instructions for inclusion of new profiles on RWTHjupyter cluster --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58176a5..ae41672 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Introduction -This repository contains an exemplary Jupyter profile which works with the RWTH Jupyter server. To be more specific, it includes the following files +This repository contains an exemplary Jupyter profile which works with the RWTHjupyter cluster. To be more specific, it includes the following files * `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`. @@ -11,9 +11,9 @@ This repository contains an exemplary Jupyter profile which works with the RWTH ## Installation -### Installation on RWTH Jupyter Server +### Installation on RWTHjupyter cluster -TBD +Please follow the instruction listed here: https://jupyter.pages.rwth-aachen.de/documentation/instructors/NewProfiles.html ### Docker -- GitLab