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

Allow yfiles_jupyter widget to front end web application #17

Open
chanakya009 opened this issue Nov 7, 2024 Discussed in #16 · 3 comments
Open

Allow yfiles_jupyter widget to front end web application #17

chanakya009 opened this issue Nov 7, 2024 Discussed in #16 · 3 comments

Comments

@chanakya009
Copy link

Discussed in #16

Originally posted by chanakya009 November 7, 2024
Did any one tried integrating yfiles_jupyter widget in there any front end web applications

@yGuy
Copy link
Member

yGuy commented Nov 7, 2024

Yes, many did, and they were successful :-)

The widget is based on a pure javascript widget with a much more powerful API than what you get via the simple python API in Jupyter Notebooks. Instead of taking the Jupyter widget and trying to get it to run in a front-end web application, using the JavaScript web component that is meant specifically for use in front-end web applications is the far easier and more flexible approach.

Check out what is possible, here:

demos

playground

homepage

@chanakya009
Copy link
Author

Yes, many did, and they were successful :-)

The widget is based on a pure javascript widget with a much more powerful API than what you get via the simple python API in Jupyter Notebooks. Instead of taking the Jupyter widget and trying to get it to run in a front-end web application, using the JavaScript web component that is meant specifically for use in front-end web applications is the far easier and more flexible approach.

Check out what is possible, here:

demos

playground

homepage

Thanks for quick response
from the above demos we need to create one type of a graph each time this doesn't work same like widget which was created in yfiles_jupyter
i am looking a solution where i want to integrate same yfiles_jupyter widget in to front-end without loosing any functionality present it
any solution is appreciated

@yGuy
Copy link
Member

yGuy commented Nov 7, 2024

any solution is appreciated

As this is outside the scope of this project, but rather a question about "yFiles" usage, I would like to move this part of the discussion "offline" and keep the repo clean with yFiles related questions.

The sources for the widget are basically a combination of multiple demos. We don't have a demo publicly available that has all these features combined in the same way as the jupyter widget, but we have plans to provide one in the future. If you are interested in building your own version, please contact the yFiles support or sales team via their dedicated channels

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

2 participants