You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
I think this might be the first custom widget we've tried to use with the latest thebe! Just to note that I can reproduce the issue outside of lite using the config thebe: true and running against a local server, which should make debugging a little easier.
Describe the bug
Hi thebe devs and thanks for your software!
Context
We (@bmatthieu3 and I) 're trying to output a jupyter widget (ipyaladin) with thebe-lite.
This widget is written in JS and exports a variable
A
towindow
. It works in jupyterlite. See https://cds-astro.github.io/jupyterlite/retro/notebooks/index.html?path=01-intro-to-python-vizier-and-ipyaladin.ipynbThe issue
But with thebe-lite, the widget cannot export A in window and we don't get why. See a live example here :
https://manonmarchand.github.io/draft-thebe-jupyterlite-app/aladin-test
where we get the following issue in the console :
And indeed A is not there.
A second run of the cell trying to output the widget gets a different error :
Do you know what's happening?
Thanks a lot, and we hope this is the right place to ask the question.
Reproduce the bug
https://manonmarchand.github.io/draft-thebe-jupyterlite-app/aladin-test
List your environment
The page is generated with the following steps :
that can be found in this repo: https://github.com/ManonMarchand/draft-thebe-jupyterlite-app
The text was updated successfully, but these errors were encountered: