Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widgets tabs are blank when opening a second time #1722

Closed
abauske opened this issue Jan 11, 2023 · 0 comments · Fixed by #1756
Closed

Widgets tabs are blank when opening a second time #1722

abauske opened this issue Jan 11, 2023 · 0 comments · Fixed by #1756

Comments

@abauske
Copy link

abauske commented Jan 11, 2023

I am using a jupyterhub/singleuser instance with nbgrader installed.
When you open any nbgrader tab/widget a second time (so open once, close using the x, and open again) then the Tab is blank:
image

Mind the js error in browser console.

I tried to trace the error in source code by building the dev version of js, so I could fix it and prepare a PR. Unfortunately I wasn't able to get the assignment_list widget to work (I followed this documentation). The Nbgrader entry in the topmost row just won't show (maybe you can also nudge me in the correct direction here, so I might be able to prepare a PR)

Operating system

Windows, Docker

nbgrader --version

0.8.1

jupyterhub --version (if used with JupyterHub)

3.1.0

jupyter notebook --version

6.5.2

Expected behavior

You should be able to open and close any tab as often as you want without it going blank.

Actual behavior

After opening the tab the second time it is blank and can't be closed or modified in any way. When reloading the window all other tabs are persisted but this tab is just closed.

Steps to reproduce the behavior

Open e.g. Assignment List from Nbgrader entry in topmost row -> the Assignment List tab opens. Close this tab. Try opening it again -> blank tab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant