[webui] Print out timeline link for full-screen trace viewing (#936)

* up

* update
This commit is contained in:
Eric Liang
2017-09-06 01:41:21 -07:00
committed by Philipp Moritz
parent e19e2c6284
commit 953878364e
+3 -1
View File
@@ -448,8 +448,10 @@ def task_timeline():
# Display the task trace within the Jupyter notebook
clear_output(wait=True)
print(
"To view fullscreen, open chrome://tracing in Google Chrome "
"and load `{}`".format(json_tmp))
display(IFrame(html_file_path, 900, 800))
print("Displaying {}".format(html_file_path))
path_input.on_click(handle_submit)