Maybe the covalent start output can be enhanced so that it's more like Jupyter.
To access the server, open this file in a browser:
file:///Users/scott/Library/Jupyter/runtime/jpserver-15858-open.html
Or copy and paste one of these URLs:
http://localhost:8889/lab?token=b45cfa4204391c568859afb93d5823ab58e20ae195ae7063
or http://127.0.0.1:8889/lab?token=b45cfa4204391c568859afb93d5823ab58e20ae195ae7063
The text was updated successfully, but these errors were encountered:
What should we add?
0.0.0.0 is a special reserved IP and shouldn't be used to run the server. https://en.wikipedia.org/wiki/0.0.0.0
We should use
localhostin docs instead.Maybe the
covalent startoutput can be enhanced so that it's more like Jupyter.The text was updated successfully, but these errors were encountered: