Closed hnykda closed 9 years ago
You should be able to fix this by installing ipython-qtconsole
More than 1 year old... Not really sure if still relevant.
In resonse to suggestion from @tshrinivasan here i've tried: pip install qtconsole pip install ipython[all]
but still the same issue persists:
ModuleNotFoundError: No module named 'IPython.qt.console.rich_ipython_widget'
Not sure about pip, but using your OS package-manager you just need install:
python2-qtconsole ipython2 python2-ipykernel python2-ipywidgets
Hello, I'm getting this error when trying to use this plugin (v. 0.4) with ninja-ide version 2.3-2. The problem is that it is finding for that plugin in python2.7 path, but iPython is currently installed in Python3.x. It is even ignoring working in virtualenv.
When I copy iPython, Pygments etc. to Python2.7, it works.
Any solution? Thanks