ipywidgets icon indicating copy to clipboard operation
ipywidgets copied to clipboard

Rendered HTML docs don't include widgets

Open tilusnet opened this issue 3 years ago • 0 comments
trafficstars

Description

I generated the documentation from source using docs/Makefile with make html. The rendered HTML files look okay apart from widgets not being rendered.

Compare on https://ipywidgets.readthedocs.io/en/stable/examples/Widget%20List.html: image with rendered image

Reproduce

  1. Install from source in a new virtual env
  2. cd docs && make html
  3. Check widget renderings in rendered HTML: they are missing

Expected behavior

Rendered HTML is expected to render widgets.

Context

  • ipywidgets version 8.0.0b1
  • Operating System and version: Ubuntu 20.04
  • Browser and version: Chrome 97

tilusnet avatar Jan 28 '22 12:01 tilusnet