diff --git a/README.md b/README.md
index cf44191553c02f01d0e837d78a2403ff703080f4..ee6c524d0e1552afaf081fe427aa49c95182ef2c 100644
--- a/README.md
+++ b/README.md
@@ -36,31 +36,6 @@ dw configure
 
 ```
 
-```
-OLD: 
-
-pip install jupyterlab "ipywidgets>=7.5"
-
-# JupyterLab renderer support
-jupyter labextension install jupyterlab-plotly@4.14.1
-
-# OPTIONAL: Jupyter widgets extension
-jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.14.1
-```
-
-```
-NEW:
-
-pip install "jupyterlab>=3" "ipywidgets>=7.6" 
-
-pip install jupyter-dash 
-```
-
-```
-# Installing better nord theme for jupyterlab
-jupyter labextension install @kenshohara/theme-nord-extension
-```
-
 ### Nomenclature of issues
 
 Any issues concerning this research project can be found under the Collaboration tab "issues":
diff --git a/requirements.txt b/requirements.txt
index bfa825353d23cc1e202c7a67ea8cf375b2811e95..70cc257c03574cc67786d840148ea1ab04669cf5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,3 +10,5 @@ tensorflow
 sklearn
 datadotworld
 ipywidgets
+jupyter-dash
+