jupyter lab --no-browser --port 8888

Category: Data Science & Analysis

jupyter lab --no-browser --port 8888

Start JupyterLab on port 8888 without opening a browser

JupyterLab is the web IDE for notebooks, Python and R kernels, and data files. The --no-browser flag skips auto-launching a browser, which matters when running on a remote server, and --port 8888 fixes the listening port. The printed URL contains a token that grants access, so keep it private. On a remote host, tunnel the port with ssh before visiting it.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.