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
The upcoming JupyterLab 4.1 will support linking to paths. jupyterlab-skip-traceback replaces application/vnd.jupyter.error renderer it disables linking. This is because JupyterLab 4.1 defines a new renderError function which enables opening files from tracebacks but jupyterlab-skip-traceback uses the old renderText:
The upcoming JupyterLab 4.1 will support linking to paths.
jupyterlab-skip-traceback
replacesapplication/vnd.jupyter.error
renderer it disables linking. This is because JupyterLab 4.1 defines a newrenderError
function which enables opening files from tracebacks butjupyterlab-skip-traceback
uses the oldrenderText
:jupyterlab-skip-traceback/src/SkipTracebackWidget.ts
Line 103 in b6cd79c
This will need to be swapped in a future version to support linking to paths.
The text was updated successfully, but these errors were encountered: