-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Jupyter IFrame support #159
Comments
See #96. Feedback is welcome. |
I dont think that #96 ticket provides all the details needed in this ticket. How to export the keras model to browse? Just need a few concrete details here. Thanks |
|
Thanks! |
@lutzroeder has there been a change in API on latest release? I get this when I specify
UPDATE: Never mind, just checked the source and |
It is possible to view netron in a jupyter notebook via an IFrame html element.
I'm running everything locally, so I'm not sure if you need to enable another port in your case. |
@alexanderganderson can you investigate and submit a pull request. |
(I'm on Windows 11 doing this in VS Code version of Jupyter). PS: I'd rather have the diagram show up inline inside the notebook. IPython.display.IFrame works, but is not pretty because browser is also launched and I still have the netron.start problem above. |
Duplicate of #1324 |
Hi,
I have a keras model (tensorflow backend). Can I use this to visualize it in jupyter?
The text was updated successfully, but these errors were encountered: