Paddy Mullen
Paddy Mullen
It would be great if we could start recording sound again, and then splice the sound files together
I think this is because I'm not properly calling the JWPL library. For now all non ascii characters are elided.
Also I want to say, this is very impressive work by @maartenbreddels , I think this could really help increase jupyter widget creation, and build a bridge to the JS...
I followed the instructions and I was able to eventually get it to work. After running `%pip install tldraw` I was successfully able to import `tldraw`. However when executing the...
I think you want to use the setter for `primeMessage`, not set it directly. So ``` export const MyUpdater = ({ count, prime_message}) => { prime_message = isPrimeNumber(count); //This feels...
Could you show an example in a notebook of wrapping a DOMWidget or AnyWidget based IPYWidget so that it works in solara. If I figure it out myself first, I...
After further investigation, `ipydatagrid`:`_jupyter_labextension_paths` also seems very important. the code seems to be called here https://github.com/jupyterlab/jupyterlab/blob/fd875338edd5b1bbe360760c25ae740c2a42daaa/jupyterlab/federated_labextensions.py It is difficult to tell when python modules are being referenced, and when js...
I added a minimal reproduction repo https://github.com/paddymul/ts-ipywidget-starter
I started from scratch with a clean cookiecutter repo (with minimal package.json tweaks pulled over from my larger repo). And I still get a similar error. The reproduction repo is...
I created a minimally working ipywidget repo (with some serious limitations) that is deployable. This was forked from [ipydatagrid](https://github.com/bloomberg/ipydatagrid) . https://github.com/paddymul/ts-ipywidget-starter