In my setup, I have JupyterLab running on http://localhost:8859/doc
and Jupyter Notebook on http://localhost:8858/notebooks/new_proj
. On Windows, both services use the same port (8858), but on Linux, they require different ports (8858 for Jupyter Notebook and 8859 for JupyterLab) to function properly. How can I resolve this issue?
“I am trying to start the server with 2 ports on Linux, but it’s not working; however, it works fine on Windows.”
Krish is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.