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
When navigating into a feedback document, there is a Top button on each cell, to go to the top of the document.
The HTML needs to be trusted to display Mathjax correctly (up-left button of the document).
When the HTML is trusted, it seems the Top buttons do not work anymore, and require a token to carry on.
Clicking again on the trust button fix it.
Operating system
Ubuntu 22.04
nbgrader --version
0.9.1
jupyter --version
jupyterlab 4.0.5
notebook 7.0.3
Expected behavior
Navigate to the top of the document when clicking on top button.
The text was updated successfully, but these errors were encountered:
Turns out that my link problem in feedback files is a more general problem with links in HTML files if JupyterLab is running on a JupyterHub. Even simple HTML files fail:
When navigating into a feedback document, there is a
Top
button on each cell, to go to the top of the document.The HTML needs to be trusted to display Mathjax correctly (up-left button of the document).
When the HTML is trusted, it seems the
Top
buttons do not work anymore, and require a token to carry on.Clicking again on the
trust
button fix it.Operating system
Ubuntu 22.04
nbgrader --version
0.9.1
jupyter --version
jupyterlab 4.0.5
notebook 7.0.3
Expected behavior
Navigate to the top of the document when clicking on
top
button.The text was updated successfully, but these errors were encountered: