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

Update embedded GUI example #1018

Open
bmorcos opened this issue Jun 13, 2019 · 1 comment
Open

Update embedded GUI example #1018

bmorcos opened this issue Jun 13, 2019 · 1 comment

Comments

@bmorcos
Copy link
Contributor

bmorcos commented Jun 13, 2019

The net.ipynb example still uses the deprecated IPythonViz, This should probably be updated to the new InlineGUI

Just noticed this when @ikajic posted the example in the summer school.

@arvoelke
Copy link
Contributor

arvoelke commented Jul 8, 2020

Relatedly, the InlineGUI isn't actually mentioned anywhere in the documentation. I think it should be listed in the main README under "Running Nengo GUI" as this is potentially a very common workflow for people in the scientific Python community:

from nengo_gui.ipython import InlineGUI
InlineGUI(model)

or

from nengo_gui.jupyter import InlineGUI
InlineGUI(model)

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

No branches or pull requests

2 participants