-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Put notebook name instead of Voila vuetify #25
Comments
The original template does this: Do you think the voila-vuetify template should also have this? |
Well, from my point of view, hard-coding the template ( |
Adding Notebook name to html title and in title-toolbar relates to #25
The property used as a fallback for the title of the template is not initialized by Voila. Following nbconvert, in which this property is set to the filename of the notebook [1], this commit now does the same. Related to: voila-dashboards/voila-vuetify#25 [1] https://github.com/jupyter/nbconvert/blob/6c6e5fa0c757169017fd325fad98efa8d4a368ea/nbconvert/exporters/exporter.py#L172
The property used as a fallback for the title of the template is not initialized by Voila. Following nbconvert, in which this property is set to the filename of the notebook [1], this commit now does the same. Related to: voila-dashboards/voila-vuetify#25 [1] https://github.com/jupyter/nbconvert/blob/6c6e5fa0c757169017fd325fad98efa8d4a368ea/nbconvert/exporters/exporter.py#L172
Hi,
I wanted to modify the
voila.tpl
specifying the notebook name instead of "Voila vuetify".However, when I'm looking at the resources that are passed to the template, the only location I could put it is the notebook metadata.
However, in
resources.metadata
, the only key/value pair set is: "name"/"Notebook".I tried, using the UI editor to change the "name" attribute of my notebook metadata but it doesn't work.
Do you have any idea on how to do so?
Thank you,
The text was updated successfully, but these errors were encountered: