kpegion / Pangeo-at-AOES

Tutorials for setting up and using Pangeo on COLA Servers
2 stars 5 forks source link

Jupyter Troubleshooting #7

Closed s-knapp closed 4 years ago

s-knapp commented 4 years ago

On the Jupyter setup page, the recommended code in the troubleshooting section:

jupyter lab --no-browser --ip=hostname --port=8878

is wrong. What worked for me was:

jupyter lab --no-browser --ip=0.0.0.0 --port=8878

kpegion commented 4 years ago

Thanks @s-knapp. I updated with the correct information.