Skip to content

Commit

Permalink
add remote connection CLI example
Browse files Browse the repository at this point in the history
  • Loading branch information
mbektas committed Oct 27, 2023
1 parent 2add103 commit 7b01cca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7b01cca

Please sign in to comment.