I installed Jython for Jupyter Notebook on my linux system (Ubuntu 20.04), following this instruction: https://github.com/suvarchal/IJython
Installation was completed successfully, however the Kernel can't connect when opening a new Jython notebook.
This is the error message I get in the terminal:
ImportError: cannot import name 'locate_profile' from 'IPython.utils.path' (/home/usr/anaconda3/lib/python3.9/site-packages/IPython/utils/path.py)
What is causing this, and how can I fix it?
source https://stackoverflow.com/questions/72664377/jupyter-notebook-jython-kernel
Comments
Post a Comment