Tmux
tmux
jupyter lab --ip 0.0.0.0 --port 8888
tmux ls
tmux attach -t 0
jupyter notebook list
#get the running jupyter sessions with tokens
C-b c -> Creating new windows
C-b v -> Creating vertical layout
C-b s -> Creating horizontal layout
C-b d -> Detaching from session
tmux ls -> Listing sessions
shift + right mouse: copy
shift + space: select for copy