martinRenou
martinRenou
This PR follows #8 TODO: - [ ] Check that the select/dropdown workaround is still there. - [ ] Check why the icons are not visible in the index template
cc. @maartenbreddels @kaiayoung @ibdafna @sylvaincorlay It has been discussed at the bqplot board to remove ThreeJS as a dependency and make an official bqplot-gl repository. This allows not depending on...
Throwing an exception in the `basemap` function if the user gave an invalid path kills the kernel.
### Problem As suggested in https://github.com/pydata/pydata-sphinx-theme/issues/745#issuecomment-1905560716 > @jtpio just linked this in another thread https://jupyterlite.readthedocs.io/en/stable/howto/configure/advanced/iframe.html > > It showcases an example making a jupyterlite plugin allowing to set the theme...
### Problem Somewhat related to https://github.com/pydata/pydata-sphinx-theme/issues/745 pydata-sphinx-theme has a theme switch allowing to go from a light to a dark theme. We could have the embedded jupyterlite respect the current...
As discussed in https://github.com/jupyterlite/jupyterlite-sphinx/pull/67 we should improve the "try it live!" button look. @jtpio said in https://github.com/jupyterlite/jupyterlite-sphinx/pull/67: > Wondering whether adding the "thread" of the bulb would make it even...
- [ ] jupyter_lite_apps (defaults to `[]`, `["repl", "retro", "lab"]`) - [x] jupyter_lite_contents - [ ] jupyter_lite_piplite_wheels - [ ] jupyter_lite_pyodide - [ ] jupyter_lite_collaborative
### Problem When the documentation page loads, it scrolls down to the JupyterLab iframe, we should disable this behavior (related to https://github.com/jupyterlite/jupyterlite/issues/616). ### Proposed Solution Unknown solution
## Description The iframes sources are defined as `https://whatever.readthedocs.io/lite/replite/...`, "lite" being the directory in which JupyterLite is built. This causes an issue when the iframe is embedded in a docs...
## Description Sometimes fails with ``` Uncaught (in promise) TypeError: Cannot read properties of null (reading 'path') at e.onmessage (index.js:160:34) kernels.js:50 Uncaught (in promise) RangeError: Maximum call stack size exceeded...