You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to try the %open_notebook feature which would be really usefull.
Nonetheless, when testing it the pip install jupyter-kernel-proxy fails with a no matching distribution found.
Indeed when looking on directly on https://pypi.org there is no such module.
Am I missing something ?
Thank you in advance,
Robin
As a side question: is the version jupyter-client<6.1.13 still required in the setup.py ?
(tested on IDA 8.1 Linux with Python 3.10)
The text was updated successfully, but these errors were encountered:
Looks like you found IPyIDA version 2.0 in advance. I was planning a release in the next few weeks. jupyter-kernel-proxy is still not publish, but will be really soon together with IPyIDA 2.0.
As a side question: is the version jupyter-client<6.1.13 still required in the setup.py ?
Yes I still can't upgrade to the latest because of an upstream bug (jupyter/jupyter_client#831) :-/ That being said it's being working on and we'll be able to use newer version when it's compatible.
Hello @marc-etienne,
First thanks for keeping ipyida up to date :).
I wanted to try the
%open_notebook
feature which would be really usefull.Nonetheless, when testing it the
pip install jupyter-kernel-proxy
fails with a no matching distribution found.Indeed when looking on directly on https://pypi.org there is no such module.
Am I missing something ?
Thank you in advance,
Robin
As a side question: is the version
jupyter-client<6.1.13
still required in the setup.py ?(tested on IDA 8.1 Linux with Python 3.10)
The text was updated successfully, but these errors were encountered: