james91b / ida_ipython

An IDA Pro Plugin for embedding an IPython Kernel
MIT License
252 stars 46 forks source link

Better notebook installation process. #11

Closed tmr232 closed 9 years ago

tmr232 commented 9 years ago

Changed the notebook installation to use the kernelspec install command instead of manual copying.

For now, it uses ipython kernelspec. The next release of Jupyter should enable jupyter-kernelspec, and we will need to adjust appropriately.

james91b commented 9 years ago

Looks good :+1: