Jupyter Commands
JupyterLab notebooks with ML libraries
Command Count
This service has 13 command demonstrations.
ujust jupyter config --instance=10000 --port=18888 --bind=127.0.0.1 --gpu-type=auto
Restart Server
ujust jupyter restart --instance=10000
Start Server
ujust jupyter start --instance=10000
Check Status
ujust jupyter status --instance=10000
View Logs
ujust jupyter logs --instance=10000 --lines=30
Show Token
ujust jupyter token-show --instance=10000
Show Url
ujust jupyter url --instance=10000
Disable Token Auth
ujust jupyter token-disable --instance=10000
Enable Token Auth
ujust jupyter token-enable --instance=10000
Regenerate Token
ujust jupyter token-regenerate --instance=10000
Shell Command
ujust jupyter shell --instance=10000 -- python --version
Stop Server
ujust jupyter stop --instance=10000
Delete Instance
ujust jupyter delete --instance=10000