Michael Weinold
Michael Weinold
## Description It seems that it is currently impossible to open gzip/tarball files of size >1MB. Tested using both the `xeus-python-kernel` and the `pyodide` based Kernel. ## Reproduce To test,...
## Description I'm unable to force my JupyterLite environment to use storage drivers other than IndexedDB. Even though I have set: ```json { "jupyter-lite-schema-version": 0, "jupyter-config-data": { "disabledExtensions": [ "@jupyterlab/drawio-extension",...
Is there an option to define a custom kernel name (other than `XPython`)? Is there an option to create multiple kernels (by providing multiple `environment.yml` files, for instance)?
### Context When using multiple separate grids with images, it is currently not possible to ensure all `{grid-item-card}` items have the same height. Instead, the row of the `{grid-item-card}` items...
How can I cross reference to the documentation of a specific function, which has been generated by `sphinx-autoapi`? We are using markdown (through the MyST parser) in our documentation -...
...now that I was able to resolve https://github.com/emscripten-forge/recipes/issues/695, I can't seem to install certain packages from the emscripten-forge channel: ```yaml name: xeus-python-kernel channels: - https://repo.mamba.pm/emscripten-forge - https://repo.mamba.pm/conda-forge dependencies: - pandas=1.5.3...
Packages that use [Virtual Packages](https://docs.conda.io/projects/conda/en/latest/dev-guide/plugins/virtual_packages.html) (like `__unix`) in their build recipes cause the build to fail with an error of the sort: ``` ├─ pysocks 1.7.1 would require │ │...
## Description Even though I specify the most recent version of `pyodide==0.24.0` in the `jupyter-lite.json` file, as per the [JupyterLite Documentation: "Using a custom Pyodide distribution"](https://jupyterlite.readthedocs.io/en/latest/howto/pyodide/pyodide.html#using-a-custom-pyodide-distribution): ```json { "jupyter-lite-schema-version": 0,...
The Circle CI tests `test-packages--no-numpy-dependents` [fail with the error](https://app.circleci.com/pipelines/github/pyodide/pyodide/5912/workflows/1f99d729-7e16-4ab7-8386-59199b731ae6/jobs/74925): ```bash =================================== FAILURES =================================== _____________________________ test_peewee[chrome] ______________________________ /usr/local/lib/python3.11/site-packages/pytest_pyodide/decorator.py:107: in _decode raise ModuleNotFoundError( E ModuleNotFoundError: There was a problem with unpickling the...
#### ALL software version info N/A (depends on the specific example) #### Description of expected behavior and the observed behavior I checked some of the examples from [the App Gallery](https://panel.holoviz.org/gallery/index.html)....