Jeremy Tuloup

Results 1067 comments of Jeremy Tuloup

Thanks @burnpanck for reporting :+1: > (I have been directed here from the JupyterLab repo, where I reported the same issue: [jupyterlab/jupyterlab#11760](https://github.com/jupyterlab/jupyterlab/issues/11760) ) Thanks! The implementation in Notebook 7 is...

> I'm not sure how this worked in the notebook versions < 7 The classic notebook also had some arbitrary thresholds: https://github.com/jupyter/notebook/blob/a9a31c096eeffe1bff4e9164c6a0442e0e13cdb3/notebook/static/notebook/js/outputarea.js#L96-L120 > just completely disabling that behaviour Sure. You...

@svaningelgem just checking if you are still seeing this issue with the latest versions? Trying with the latest `7.1.0b0` (still pre-release for now), it seems to be fine with Firefox...

Closing as fixed in 7.1. Please feel free to open a new issue if needed, thanks!

In Notebook 7, there could be a user setting to open the notebook in a new tab `true` by default, but that could be modified via the Settings Editor. The...

Thanks @brichet for the suggestion. That sounds reasonable :+1:

> I guess this relates to [jupyterlite/jupyterlite#148](https://github.com/jupyterlite/jupyterlite/issues/148) Yes having some kind of editable cell like the mockups and examples in https://github.com/jupyterlite/jupyterlite/issues/148 are still on the radar.

> We can probably force JupyterLab to expose its app object with: This can also be enabled with the `exposeAppInBrowser` setting in `jupyter-lite.json`: https://jupyterlite.readthedocs.io/en/latest/reference/schema-v0.html#jupyter-config-data

Maybe https://github.com/jupyterlite/jupyterlite/pull/525 could also be relevant and apply to more apps than just `repl`.

Another idea would be to have a JupyterLab extension honoring the `prefers-color-scheme` CSS media feature: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme Which is what most light / dark themes use nowadays to choose a default...