jupyterlab

Interactive notebook environment for writing and executing code

brewmacoslinux
Try with needOr install directly
Source

About

Interactive environments for writing and running code

Commands

jupyter-labjupyter

Examples

Start JupyterLab server on default port 8888$ jupyter-lab
Start JupyterLab on a specific port$ jupyter-lab --port 8889
Start JupyterLab and open in default browser$ jupyter-lab --ip=localhost --no-browser