voila-dashboards / voila

Voilà turns Jupyter notebooks into standalone web applications
https://voila.readthedocs.io
Other
5.32k stars 497 forks source link

enhancement: Allow users to disable the fix_notebook call #1423

Closed ClaytonAstrom closed 7 months ago

ClaytonAstrom commented 7 months ago

References

Resolves #1422

Code changes

Simple boolean toggle that is checked to execute fix_notebook, True by default

User-facing changes

N/A

Backwards-incompatible changes

N/A

github-actions[bot] commented 7 months ago

Binder :point_left: Launch a Binder on branch ClaytonAstrom/voila/main

trungleduc commented 7 months ago

Thanks!