I’m wanting to learn more about JupyterLab so I followed the instructions on readthedocs to install on my OS X. First I tried pip3 install jupyterlab. That apparently installed a lot of things in /usr/local/lib/python3.7/site-packages but not any jupyterlab command. So then I could not launch the jupyterlab server.
Somewhere I read that it is highly recommend to install with conda. I did not have Anaconda installed so I used the OS X installer package for that. Once that finished installing I found that I now have /usr/local/bin/jupyterlab command but no ‘conda’ command in my path.
So pip3 did not install the command I need and the Anaconda installer did install the command even though I never asked Anaconda to install jupyterlab and it did not install the conda command which is what I would have expected.
So I guess my question is, what am I missing here? What I expected and what I got are not the same at all.