diff --git a/Index.ipynb b/Index.ipynb
new file mode 100644
index 0000000000000000000000000000000000000000..190c3017f0e6750bc2c933130847b83bd3566c02
--- /dev/null
+++ b/Index.ipynb
@@ -0,0 +1,45 @@
+{
+ "cells": [
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "# Introduction to JupyterHub\n",
+    "\n",
+    "## 1st Step\n",
+    "Login in the page jupyter.rwth-aachen.de/\n",
+    "Please use your RWTH account\n",
+    "\n",
+    "## 2.step\n",
+    "Select the system theory 2 profile\n",
+    " \n",
+    "## 3. Step\n",
+    "Direct into the folder in which we provide you with existing notebooks for your lecture.\n",
+    "\n",
+    "## 4. Step\n",
+    "he notebooks for each lecture are mainly based on the octave kernel. A switch to scilab or python kernels could be needed but is indicated within the respective noteooks. You can switch the kernel on the top right corner of your browser window."
+   ]
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 3",
+   "language": "python",
+   "name": "python3"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 3
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython3",
+   "version": "3.7.6"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}
diff --git a/README.md b/README.md
index e3c7e465aebc0d93ee4297087273770696b92104..483f428886f3261b30eb660dfa0d794c3aa796c1 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-# Jupyter Example Profile
+# Jupyter in System Theory II
 
 ## 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 serves as Sys-II Jupyter profile which works with the RWTH Jupyter server. To be more specific, it includes the following files
 * `Dockerfile` which defines the linux environment. In the end, the packages of an `environment.yml` or here the `requirements.txt` are installed.
 
-[Here is a quick start guide of an example profile](https://git.rwth-aachen.de/jupyter/example-profile/-/blob/master/Quickstart.ipynb).
+[Here is a quick start guide of the example profile on which this course build upon](https://git.rwth-aachen.de/jupyter/example-profile/-/blob/master/Quickstart.ipynb).
 
 ## Installation
 
diff --git a/requirements.txt b/requirements.txt
index 3eae34bb162c6d2fab5997555c8dd9d46ae70951..1aa2036ed8a27dcb58bae905c4b2b2bddd6b0123 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1,4 @@
 scilab_kernel
+numpy
+scipy
+matplotlib
\ No newline at end of file