nteract / commuter

🚎 Notebook sharing hub
BSD 3-Clause "New" or "Revised" License
495 stars 66 forks source link

Support ipywidgets #322

Open lvl7 opened 3 years ago

lvl7 commented 3 years ago

ipywidgets ( https://ipywidgets.readthedocs.io/ ) placed in a notebook aren't rendered by commuter.

Current behavior:

  1. any widget defined in notebook: notebook
  2. is rendered as string by the commuter: commuter

Expected behavior: Commuter renders interactive widgets.