-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Describe the bug
The Creation/Grading Mode functionality is not operating correctly when JupyterLab is set to windowing mode 'full'. The same functionality works normally when the windowing mode is set to 'defer'. The core issue seems to be related to cells being lazy-loaded in 'full' windowing mode.
To Reproduce
Steps to reproduce the behavior:
- Open JupyterLab.
- Switch to windowing mode 'full'.
- Attempt to use Creation/Grading Mode on a notebook.
- Observe that the Creation/Grading Mode does show all cell widgets.
- Switch to windowing mode 'defer'.
- Repeat the same steps in Creation/Grading Mode.
- Note that the functionality works correctly in 'defer' mode.
Expected behavior
The Creation/Grading Mode should work correctly in both windowing modes ('full' and 'defer'), without issues related to lazy loading of cells.
Relevant Links