Marc-Etienne M.Léveillé
Marc-Etienne M.Léveillé
I'm not a Spyder user myself so I installed it to give it a try. I was able to connect to the console and use the embed editor, with online...
Ah! I see, spyder-kernels is a [thing](https://github.com/spyder-ide/spyder-kernels) :) It seems like an Jupyter kernel supporting additional messages. I'll see how feasible this is.
ccing @ccordoba12 because he seems to be a user for Spyder and may want to test the change. This issue is related to #803 and #638.
Apparently "Allow edits from maintainers" isn't available if forked repo sits in an organisation 🙄. I've given you write access directly instead. I see the the flake8 and mypy error...
I think the pyzmq doc on `on_recv` is outdated. Or this could be a bug in pyzmq itself, maybe it should be pyzmq's responsibility to call `.result()`... I think the...
IPyIDA 2.0 now support Jupyter Notebook, so closing this.
IPyIDA now has the `idaapi.PLUGIN_FIX` flag set which fixes the issue.
This is caused by an upstream bug in `jupyter_client` (jupyter/jupyter_client#831). Using `jupyter_client
Hey @NyaMisty! After so much time IPyIDA 2.0 finally support Jupyter Notebook, but I took a drastically different approach to be able to start the notebook from IDA. Thanks for...
Hi @GentleCP, It's really hard to debug without further details. Do you have the stacktrace or coredump? Do you know if IPyIDA's [dependencies](https://github.com/eset/ipyida/blob/v2.0/setup.py#L31) are satisfied? Can you try with an...