You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NbConvertApp] Converting notebook hello.ipynb to html
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
[NbConvertApp] Writing 591147 bytes to hello.html
Browser Output
Source map error: Error: request failed with status 404
Resource URL: https://unpkg.com/@jupyter-widgets/html-manager@*/dist/embed-amd.js
Source Map URL: embed-amd-render.js.map
Cookie “” has been rejected as third-party. require.min.js
Cookie “” has been rejected as third-party. latest.js
Cookie “” has been rejected as third-party. MathJax.js
Cookie “” has been rejected as third-party. embed-amd.js
Cookie “” has been rejected as third-party. TeX-AMS_CHTML-full.js
Cookie “” has been rejected as third-party. embed-amd.js
Cookie “” has been rejected as third-party. Safe.js
strict mode: use allowUnionTypes to allow union type keyword at "#/properties/state/additionalProperties/properties/buffers/items/properties/path/items" (strictTypes) embed-amd.js:20:491971
Cookie “” has been rejected as third-party. Safe.js
strict mode: use allowUnionTypes to allow union type keyword at "#/properties/state/additionalProperties/properties/buffers/items/properties/path/items" (strictTypes) embed-amd.js:10:2281999
Source map error: Error: request failed with status 404
Resource URL: https://unpkg.com/@jupyter-widgets/html-manager@*/dist/embed-amd.js
Source Map URL: embed-amd-render.js.map
Description
When I render a notebook with
nbconvert --execute --to html
— HTML widgets don't render, they only show source!Widgets like VBox / Accordion / Label / Text work though!
Reproduce
1. setup env
2. create
hello.ipynb
with cell data3. run nbconvert
4. view in browser
Expected behavior
It works fine in jupyter lab & vscode notebooks!!
Context
Troubleshoot Output
Command Line Output (nbconvert)
Browser Output
If using JupyterLab
Installed Labextensions
The text was updated successfully, but these errors were encountered: