From bb12193b13365c140abc80333f19afb3b04c42dd Mon Sep 17 00:00:00 2001
From: Guilherme Calandrini <gupa977e@tu-dresden.de>
Date: Fri, 1 Mar 2024 08:01:01 +0100
Subject: [PATCH] fixes for Jupyter related pages

---
 doc.zih.tu-dresden.de/docs/access/jupyterlab.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/access/jupyterlab.md b/doc.zih.tu-dresden.de/docs/access/jupyterlab.md
index 8cbbcbc63..93d4f883a 100644
--- a/doc.zih.tu-dresden.de/docs/access/jupyterlab.md
+++ b/doc.zih.tu-dresden.de/docs/access/jupyterlab.md
@@ -2,6 +2,8 @@
 
 ## Access without JupyterHub
 
+### Access with port forwarding
+
    ```console
    [marie@login ~]$ start_jupyterlab.sh
    ```
@@ -29,7 +31,7 @@ Wait until you receive a message with further instructions on how to connect to
    EOF
    ```
 
-### Other alternative for starting your jupyterlab
+### Access with X11 forwarding
 
 === "alpha"
 
-- 
GitLab