#Can't access Jupyterlab
27 messages · Page 1 of 1 (latest)
Check the container logs, what do they say?
You can also try resetting the pod to see if that helps.
Looks like its broken, which template is this?
Which one? RunPod official one?
You probably need to use SSH or web terminal to try to fix it.
Great, how?
Jupyter works for me when a launch a fresh pod running RunPod Stable Diffusion template, so looks like something is broken in your pod.
Yes, this works for me too
I need to know how to fix my pod
I want the data in my workspace
Any other way to get my data off the pod?
nohup jupyter lab --allow-root --no-browser --port=8888 --ip=* --FileContentsManager.delete_to_trash=False --ServerApp.terminado_settings='{"shell_command":["/bin/bash"]}' --ServerApp.token=$JUPYTER_PASSWORD --ServerApp.allow_origin=* --ServerApp.preferred_dir=/workspace &> /jupyter.log
put this in web terminal? I assume I put my own IP address where the asterisks are?
nope no need to put ip
just paste in webterminal and wait?
should work
it'll do what exactly?
connect with ssh and run command
alr. thank you