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

WIP: Support ipywidget rendering #76

Closed
wants to merge 11 commits into from
Closed

WIP: Support ipywidget rendering #76

wants to merge 11 commits into from

Conversation

u8sand
Copy link
Collaborator

@u8sand u8sand commented Jan 13, 2021

Fixes #75

  • Handle ipywidget mime-type
  • trigger html-manager render on add/update
  • test
    • during dynamic rendering
    • on static pages
      Triggering html-manager render has proven complicated; I'm pretty sure that using the @jupyter-widgets/html-manager amd module one way or another will allow us to do it, but there doesn't seem to be an easy function to get it going. So far I'm able to add the necessary parts of the HTML and the renderWidgets function successfully loads the necessary modules, but the widget doesn't yet get rendered.

@u8sand u8sand mentioned this pull request Jan 22, 2021
2 tasks
@u8sand u8sand closed this Aug 16, 2021
@u8sand u8sand deleted the ipywidget branch November 22, 2021 23:11
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

Successfully merging this pull request may close these issues.

Support jupyter widget-view mimetypes in output
1 participant