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
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
I'm seeing false positives, described at spacetelescope/jdaviz#543 (comment) . The capture of the output cells seems ok, but it seems to be capturing a part of the Jupyter Lab 3.0 interface (with different portions grey each time). I'm not sure this is a user bug or a Galata bug.
The text was updated successfully, but these errors were encountered:
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
@maartenbreddels this is a bit surprising, cell output captures should have recorded only the output area. Can you try these:
Can you make sure reference images are generated by GitHub Actions as described here?
I checked the notebook tested, it seems to create an Application as cell output. Is it creating widget UI asynchronously in multiple steps? Is the cell output rendered after a noticeable wait? Are there multiple resizes happening before cell output is fully rendered? In that case adding a wait after cell execution could help. As the first line of onAfterCellRun function, you can try adding await galata.waitFor(2000); for example.
Can I test this notebook in binder or similar web location?
Description
I'm seeing false positives, described at spacetelescope/jdaviz#543 (comment) . The capture of the output cells seems ok, but it seems to be capturing a part of the Jupyter Lab 3.0 interface (with different portions grey each time). I'm not sure this is a user bug or a Galata bug.
The text was updated successfully, but these errors were encountered: