jupyter lab:
I ended up listing the variations I came across here. I suspect there was some working out which is the best command that is consistent with others, with different preferences coming up here and there.
Hopefully someone else with more insight can explain what you are seeing with those two different systems. My quick guess would be that Apple often moves things around between system versions. This post by Matthias Fripp touches on a lot of this for El Capitan.
Specifically, in your case, you don’t say if these are both fresh systems or not? Could it be one or both also had some aspects of Jupyter installed on them before you tried?
Wayne,
Thanks for the reply. Yes, I noticed the discrepancy in the documentation. jupyter-lab vs. jupyter lab. After fixing my /etc/paths and after reading your response I now find jupyter lab will also start the server from a command prompt.
Looking at the variations you listed I thought I would test them using python3:
fomightez:
My quick guess would be that Apple often moves things around between system versions.
I agree, and I will just chalk it up to life with Apple.
fomightez:
Specifically, in your case, you don’t say if these are both fresh systems or not?
Both machines were unsullied with any Jupyter stuff.
fomightez:
Letting Homebrew handle things is a good route on Macs.
Yes, I like homebrew but it looks like it might be depreciated with python 3.12. I got this message when I installed modules with pip3. I will look into Anaconda. That said, there is nothing serious here. I’m just trying to learn Python.
DEPRECATION: Configuring installation scheme with distutils config files is
deprecated and will no longer work in the near future. If you are using a Homebrew
or Linuxbrew Python, please see discussion at
https://github.com/Homebrew/homebrew-core/issues/76621
Your comments and suggestions we’re very helpful. Thank you.
glydeck