Skip to content
Snippets Groups Projects
Commit b26f5970 authored by Jaden DIEFENBAUGH's avatar Jaden DIEFENBAUGH
Browse files

[server] open the homepage in a new tab when starting server, closes #91

parent bfd808a6
No related branches found
No related tags found
1 merge request!3Support for new conda-based CI/CD pipelines
Pipeline #
......@@ -125,4 +125,9 @@ def main(user_input=None):
resource_class_kwargs={'config': config})
# open the browser tab right before starting the server
# the latency of opening the tab will keep us from getting 404s
import webbrowser
webbrowser.open('http://localhost:5000/')
app.run(debug=args['--debug'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment