Open meiyingqishi opened 7 months ago
You may have different Python installations. To find the one that is "Jupyter-aware", I am using this trick:
cat `which jupyter` |head -1 |cut -d'!' -f2
The full instructions for installing with Homebrew are available in the DFLib docs at https://dflib.org/docs/1.x/#jupyter (they reference the new JJava kernel, but they work for the old iJava as well).
Hi there,
My Python is installed using Homebrew, so I have to use Homebrew to install Jupyterlab. When I try to install IJava and execute
python3 install.py --sys-prefix
, I encounter the following error:Even though I've installed
jupyter_client
using Homebrew, I still encounter the same error.