Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
DataBoyTX committed Dec 20, 2023
1 parent 5a48d95 commit 778421b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphistry/pygraphistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def _handle_auth_url(auth_url, sso_timeout, sso_opt_into_type):
# from IPython.core.display import HTML
from IPython.display import display, HTML
display(HTML(f'<a href="{auth_url}" target="_blank">old: Login SSO</a>'))
display(Markdown(f'[new: Login SSO]({auth_url})"))
display(Markdown(f'[new: Login SSO]({auth_url})'))
print("Please click the above URL to open browser to login")
print(f"If you cannot see the URL, please open browser, browse to this URL: {auth_url}")
print("Please close browser tab after SSO login to back to notebook")
Expand Down

0 comments on commit 778421b

Please sign in to comment.