-
Notifications
You must be signed in to change notification settings - Fork 6
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
Widget adds to_html
method
#94
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #94 +/- ##
==========================================
- Coverage 74.22% 73.99% -0.23%
==========================================
Files 63 63
Lines 3860 3876 +16
==========================================
+ Hits 2865 2868 +3
- Misses 995 1008 +13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
For the moment, it's not possible to render the widget on the docs page directly. This PR adds a to_html method so that we can export the workgraph to an HTML file and then load the HTML file into jupyter-notebook; in this case, the GUI will rendered on the docs page. We convert the react code to vanilla js so that we can merge all codes into one HTML file.
For the moment, it's not possible to render the widget on the docs page directly. This PR adds a to_html method so that we can export the workgraph to an HTML file and then load the HTML file into jupyter-notebook; in this case, the GUI will rendered on the docs page. We convert the react code to vanilla js so that we can merge all codes into one HTML file.
For the moment, it's not possible to render the widget on the docs page directly. This PR adds a to_html method so that we can export the workgraph to an HTML file and then load the HTML file into jupyter-notebook; in this case, the GUI will rendered on the docs page. We convert the react code to vanilla js so that we can merge all codes into one HTML file.
For the moment, it's not possible to render the widget on the docs page directly. This PR adds a to_html method so that we can export the workgraph to an HTML file and then load the HTML file into jupyter-notebook; in this case, the GUI will rendered on the docs page. We convert the react code to vanilla js so that we can merge all codes into one HTML file.
For the moment, it's not possible to render the widget on the docs page directly. This PR adds a
to_html
method so that we can export the workgraph to an HTML file and then load the HTML file into jupyter-notebook; in this case, the GUI will rendered on the docs page.We convert the react code to vanilla js so that we can merge all codes into one HTML file.