jupyter/qtconsole

qtconsole packaged into .app macOS bundle using py2app

shakfu opened this issue · 0 comments

In case anyone's interested, I have recently managed to create a [python script],(https://github.com/shakfu/qtconsole-app-builder) using the marvelous py2app, to build a macOS.app bundle of qtconsole.

It's early stages, more of a proof-of-concept, but it seems to work ok, and probably needs a few more tweaks.

Would definitely appreciate any feedback on this.