Skip to content

Setting name/page title via dash(name) #76

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

Closed
mbauman opened this issue Nov 24, 2020 · 1 comment · Fixed by #79
Closed

Setting name/page title via dash(name) #76

mbauman opened this issue Nov 24, 2020 · 1 comment · Fixed by #79

Comments

@mbauman
Copy link

mbauman commented Nov 24, 2020

Although documented, the dash(...) function doesn't support having a positional string to set its name/page title.

help?> dash
  dash(name::String;
...
@waralex
Copy link
Collaborator

waralex commented Nov 24, 2020

@mbauman
This is a documentation error, I'll fix it. The page title can be set via app.title = "my title", just like in the Python version.
The name parameter in the Python api is a name that defines a unique name for the flask server and is only used for passing to flask. That's why it was removed from the api in Julia

@waralex waralex linked a pull request Dec 22, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants