Asko Soukka
Asko Soukka
@LiamBindle Thank you. I did try those versions in `environment.yml`, but unfortunately the results were the same. Both `xeus-python = 0.16.0` and `0.17.1` failed similarly. Possibly I should try those...
Is this related to the issue fixed for pyodide-kernel in https://github.com/jupyterlite/pyodide-kernel/pull/148/files ? I tried to build a project with pyodide-kernel instead, but failed with a completely unrelated build issue ```...
> Is this related to the issue fixed for pyodide-kernel in https://github.com/jupyterlite/pyodide-kernel/pull/148/files ? I've been slowly learning to hack jupyterlite-xeus, but would anyone have ideas, what should I look into...
> I was thinking that https://github.com/deathbeds/jupyterlite-pyodide-lock/ might help to load ipywidgets (or other packages) in the pyodide kernel without using await/micropip, would work like the xeus kernel where the packages...
Until we are able to get Voici working with ipywidgets again, is there ways to may JupyterLite look more alike it: only show the notebook, hide code cells, auto run...
> > Until we are able to get Voici working with ipywidgets again, is there ways to may JupyterLite look more alike it: only show the notebook, hide code cells,...
Ok. I learned my lesson to not try reinvent the wheel, but stay with voici. I got voici working again with pyodide-kernel, thanks to Nick Bollweg, with: * voici with...
I agree, that this is "minor", "low" and "nice to have". And there's simple workaround with just registering required HEAD handler at GET handler with different path. I just happened...
This should be more interesting now that this is the missing piece for connecting custom data with Azure AI openai services, which are already supported.