Previously we just displayed the helpful name 'Positron Notebook' for every positron notebook 2.0 tab open. This updates this to just display the file name.
QA Notes
Steps:
Enable the positron.notebooks.usePositronNotebooksExperimental flag
Open an existing notebook
Check that the name is displayed properly
New notebooks should also work and just show untitled-*.ipynb (Although they still wont actually function until #4089 is fixed)
There's a chance that the code doesn't handle some weird file name edge cases but I couldn't find any.
Addresses #2628.
Previously we just displayed the helpful name 'Positron Notebook' for every positron notebook 2.0 tab open. This updates this to just display the file name.
QA Notes
Steps:
positron.notebooks.usePositronNotebooksExperimental
flagNew notebooks should also work and just show
untitled-*.ipynb
(Although they still wont actually function until #4089 is fixed)There's a chance that the code doesn't handle some weird file name edge cases but I couldn't find any.