-
-
Notifications
You must be signed in to change notification settings - Fork 46
Don't display .ipynb in notebook title #160
Comments
Thanks @yuvipanda for the suggestion.
I think it would be fine to indeed not display the extension. And it saves some space in the top area. One thing to keep in mind too is that RetroLab doesn't need or claim to be a strict copy of the classic notebook UI, so some differences such as this one would be fine. |
oh yeah, absolutely. Just looking for inspiration :) |
Based on the discussion from other issues (for example https://github.com/jupyterlab/retrolab/issues/259) and the notebook discussion, maybe we'll want to do this to match the classic UI. The plugin handling the title is defined here: retrolab/packages/application-extension/src/index.ts Lines 381 to 447 in 45f879d
It is also activated and used for text files. Classic shows the extension for other files than notebooks: So we probably need to special case Marking as good first issue if someone would like to take a look, thanks! |
Problem
Notebook files always have the .ipynb extension, so we should not display them. Classic notebook does not.
Classic Notebook:
Retrolab:
Proposed Solution
Trip
.ipynb
when displaying name of notebookThe text was updated successfully, but these errors were encountered: