Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run from iPython/Jupyter Notebook #62

Open
ebraminio opened this issue Sep 18, 2017 · 0 comments
Open

Run from iPython/Jupyter Notebook #62

ebraminio opened this issue Sep 18, 2017 · 0 comments

Comments

@ebraminio
Copy link

ebraminio commented Sep 18, 2017

Jupyter Notebooks (can be installed with pip install jupyter notebook and run with jupyter notebook) has mainly data processing usage and such but is also tweaked to support pyqt and wxpython, I wonder, if it would possible to support libui on it also, steps to reproduce:

  1. Open jupyter notebook on pylibui folder
  2. Create a notebook and paste a sample pylibui code on it
  3. Close the created window

Expected:
Everything goes smoothly and I could repeat running of the sample code

Actual:
Jupyter will not notice even the created window is closed or crashes.

I think things can be tweaked to work more smoothly, for example see this documentation, it seems IPython.lib.guisupport provides good utilities to enhance the support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant