diff --git a/setup/02_installing-python-libraries/README.md b/setup/02_installing-python-libraries/README.md
index 31a3bb4..dec3c09 100644
--- a/setup/02_installing-python-libraries/README.md
+++ b/setup/02_installing-python-libraries/README.md
@@ -62,6 +62,22 @@ It's also highly recommended to consult the installation guide menu on the offic
+
+
+
+## JupyterLab tips
+
+If you are viewing the notebook code in JupyterLab rather than VSCode, note that JupyterLab (in its default setting) has had scrolling bugs in recent versions. My recommendation is to go to Settings -> Settings Editor and change the "Windowing mode" to "none" (as illustrated below), which seems to address the issue.
+
+
+
+
+
+
+
+
+
+
---