Created
August 29, 2024 08:00
-
-
Save baobuiquang/b061d14286d2e63ac1a43b681901a497 to your computer and use it in GitHub Desktop.
Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh -L 1234:localhost:1234 [email protected] | |
jupyter lab --no-browser --port=1234 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment