Notebook Server
The local web server that serves your notebooks at http://localhost:8888.
- Started by `jupyter lab` or `jupyter notebook`.
- Token auth in URL; firewall-aware.
- Multiple servers can run on different ports.
When to use: Running Jupyter locally; SSH tunneling for remote access.
Example: `jupyter lab` prints http://localhost:8888/?token=abc... Open in any browser.