From 7b01cca25c89b558b3a059fef9d7558a040fe088 Mon Sep 17 00:00:00 2001 From: Mehmet Bektas Date: Thu, 26 Oct 2023 19:43:38 -0700 Subject: [PATCH] add remote connection CLI example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cce7b67b..b0a05b43 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ Previously opened sessions are stored as part of application data and they are l - `jlab ../test.py` launch python file with relative path - Open with a custom Python environment - `jlab --python-path /Users/username/custom_env/bin/python ../notebooks/test.ipynb` launch notebook with custom Python environment +- Connect to existing JupyterLab server + - `jlab https://example.org/lab?token=abcde` For additional CLI options run `jlab --help` in command line.