Steve Purves
Steve Purves
ok if i correctly plug the following options into thebe (using 0.9.0-rc.x), then we get a well formed url of: https://mybinder.org/build/git/https%3A%2F%2Fgitlab.dsi.universite-paris-saclay.fr%2FMethNum%2FComputerLab/HEAD the thebe options are: ``` { useBinder: true, binderOptions:...
The binder issue originates here: https://github.com/executablebooks/sphinx-book-theme/blob/master/src/sphinx_book_theme/header_buttons/launch.py where I think there is also the issue of gitlab on other domains not being supported yet
I think `sphinx-thebe` needs to be extended in order to let you set some additional options. Until that's done, there is not much you can do... i'll open an issue...
Idea: - can the `xeus-python` build process be used independently of the full jupyterlite cli build process, then this could be invoked to prepare assets that can be shipped with...
cc @martinRenou
@michaelweinold thanks for the ping! There are a few outstanding issues with the juptyerlite integration here which I think will be largely fixed by changes here https://github.com/executablebooks/thebe/issues/606 -- i've started...
The wheel for `jupyterlite-xeus-python`... ... but I see that it is already on npm here https://www.npmjs.com/package/@jupyterlite/xeus-python-kernel 👍🏼
yes - i think we should move directly to loading the federated lab extensions as (as far as I understand t) then we can support multiple kernels with one pattern...
[Added an initial action](https://github.com/executablebooks/thebe/commit/2b5dafe1e8d9c48dea6ef8fc3b578042c3a297b8) to use the action provided by the `changesets` package as documented here https://github.com/changesets/action - to go further and publish from the action we need to be...
Hi @sskagemo! thanks for reporting this. Looks like there's a CORS issue stopping the chunks from loading -- that's unexpected but perhaps the unpkg.com route laid out in the docs...