jupyter / nbconvert

Jupyter Notebook Conversion
https://nbconvert.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.71k stars 563 forks source link

Dejavu renders HTML widgets as plain text #1969

Open ankostis opened 1 year ago

ankostis commented 1 year ago

Versions installed

$ pip list | grep -iE 'note|jupy|ipy|qgrid|nodejs|voi'
ipydatagrid               1.1.15
ipykernel                 6.22.0
ipympl                    0.9.3
ipython                   8.12.0
ipython-genutils          0.2.0
ipywidgets                8.0.6
jupyter_client            7.4.1
jupyter_core              5.3.0
jupyter-events            0.6.3
jupyter-server            1.23.6
jupyter_server_fileid     0.8.0
jupyter_server_terminals  0.4.4
jupyter_server_ydoc       0.8.0
jupyter-ydoc              0.2.3
jupyterlab                3.6.3
jupyterlab-code-formatter 1.6.0
jupyterlab-pygments       0.2.2
jupyterlab_server         2.21.0
jupyterlab-widgets        3.0.7
notebook                  6.5.3
notebook_shim             0.2.2
voila                     0.4.0
maartenbreddels commented 1 year ago

I think #1934 solves this

ankostis commented 1 year ago

It doesn't yet - #1934 needs to also make the same fix to share/templates/lab/base.html.j2.

cc @manzt