Skip to content

Commit

Permalink
updated the test url
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Apr 26, 2023
1 parent d5fb837 commit 8bf69d4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/ipyautoui/custom/showopenurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# name: python3
# ---

# +
# %run ../_dev_sys_path_append.py
# %run __init__.py
# %load_ext lab_black
Expand Down Expand Up @@ -107,9 +106,9 @@ def _update_controls(self):
if __name__ == "__main__":
docs = ShowOpenUrl(
title="",
url_embed="https://wiki.maxfordham.com/aectemplater-docs/_build/html/tut-tutorials.html",
url_launch="https://wiki.maxfordham.com/aectemplater-docs/_build/html/intro.html",
des_launch="open on the Wiki",
url_embed="https://ipywidgets.readthedocs.io/en/latest/index.html",
# url_launch="https://wiki.maxfordham.com/aectemplater-docs/_build/html/intro.html",
des_launch="open docs",
des_embed="open standalone docs",
auto_open=True,
)
Expand Down

0 comments on commit 8bf69d4

Please sign in to comment.