Jupyter Notebook | Jupyterlab | |
---|---|---|
old | new | |
to launch | jupyter notebook | jupyter-lab |
to install | pip install notebook | pip install jupyterlab |
Ref:
jupyter_core
Justification:
% which jupyter /home/rajulocal/miniconda3/envs/py310/bin/jupyter
% cat `which jupyter` #!/home/rajulocal/miniconda3/envs/py310/bin/python ... from jupyter_core.command import main if __name__ == '__main__': .... sys.exit(main())
Tested on a machine running Debian 11 (bullseye).