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
ccordoba12
changed the title
Short file titles name to not pass 15 characters or so
Shorten file titles name to not pass 15 characters or so
Jan 9, 2017
ccordoba12
changed the title
Shorten file titles name to not pass 15 characters or so
Shorten file names to not pass 15 characters or so
Jan 9, 2017
@dalthviz, let's change the get_short_name attribute of NotebookClient for this by taking the first 15 characters of self.name and make get_short_name return that.
Also, you need to make tabs have that result as their name.
Notebook file titles can be really long. We have to prevent showing the full file name and shorten it somehow.
The text was updated successfully, but these errors were encountered: