jupyterlab / extension-examples

JupyterLab Extensions by Examples
BSD 3-Clause "New" or "Revised" License
454 stars 167 forks source link

How to trust HTLM files by default ? #200

Closed oscar6echo closed 2 years ago

oscar6echo commented 2 years ago

For info in case somebody is looking for an example of a slight change in the default behavior of an existing extension.

See https://github.com/oscar6echo/jupyterlab-trust-html

Based on conversation in Jupyterlite issue #708

fcollonval commented 2 years ago

Thanks for sharing @oscar6echo

oscar6echo commented 2 years ago

Now I am trying to make it a native jupyterlab htmlviewer-extension param.
See https://github.com/jupyterlab/jupyterlab/issues/12792.

oscar6echo commented 2 years ago

Done in PR https://github.com/jupyterlab/jupyterlab/pull/12868