misolietavec
misolietavec
Very useful, in my opinion.
@berinhard , thanks for comment. I think, the subdirectories in /docs/examples are OK. For now, I can make PR for pyodide versions of sketch_000 - sketch_009.
As I wrote in first comment, there are error messages from browser Javascript console if using mouse event functions (e.g. mousePressed) with canvas elements (eg. buttons, even with canvas itself)....
Using the (not so clever) strategy from previous comment I was able to compile sketch_010 with pyodide. See PR #167.
I recommend to accept that PR. After long period of inactivity this is the needed actualization. The logic of `get_doc` function instead of `show_doc` is also fully acceptable.
I am building small application with `panel, plotly, ipyleaflet`. The `ipywidgets` ecosystem has already many modules, I can use. Especially, I need the functionality of `ipyleaflet`, because `altair` has limited...
Hi, developers, the version 0.1.82 (migration to `starlette`) is highly unstable on my system (Debian 12, kernel 5.19.0). Nearly all the time there are issues with saving notebook (page freeze)...
@akshayka Installed 0.1.87 just now, seems to work without above-mentioned issues. I see, you added --host to CLI, will try tomorrow. Thanks for rapid response and also rapid development.
Why to not install that version, then? I do not see the point. But it is your choice, I respect it.
My concern about links outside of `examples` is that I plan to use `jupylet` in educational environment with `jupyterhub`. I think, directory `examples` should be self-contained and the synchronization between...