vasiljevic
vasiljevic
Is it better to use a port of SLD2 or to implement (a reasonable subset of) Pygame directly on the top of canvas API? One such implementation of the Pygame...
> Currently the content managing is implemented by routing all `/api/contents` requests to our own IContent logic. I wonder if overwriting the default drive instaed wouldn't fix this issue. Maybe...
Looks like pull request #775 works:  I have also tested in the readthedocs preview other file types (.pdf, .csv, .geojson), files created as copies and file created from a...
> With #655 in, we can now theoretically use [IPython profiles](https://ipython.readthedocs.io/en/stable/config/intro.html#profiles) to achieve setup pyoodide code in a consistent manner, based on deployer, and then user, preference. I have tried...
I have found more straightforward way to configure just the list of pre-installed packages and proposed it in a pull request (mentioned above).
> Note that you can also use xeus-python which allows you to pre-install packages https://xeus-python-kernel.readthedocs.io/en/latest/configuration.html My organization already uses xeus-python based JupyterLite websites for exercise files ([example](https://petlja.github.io/gim2_rac_prog_radni)). We used to...
> I'd be curious to know which issues are better handled by Pyodide (and vice versa). For instance, in the Issue #798 there is a statement: *Specifically, (Pyodide) 0.21.1 fixed...
> Of course, I feel pre-running code is better handled on the "client" labextension side, with the equivalent of old school `IPython.kernel.execute` if it's needed. In the proposed pull request,...
@bnmnetp docstrings updates are in the second commit of the pull request. I've took a look to existing test cases and I'm not sure how to alter config values (in...
@bjones1 @bnmnetp We may also consider to alter config values in build-time between different ``fitb`` directive visitings. There are several ideas how to do that: make special testing-purposed directive to...