Skip to content

Commit

Permalink
Merge pull request #158 from maxfordham/FEATURE-add-shopopenurl-for-o…
Browse files Browse the repository at this point in the history
…pen-and-view-docs

updated the test url
jgunstone authored Apr 26, 2023
2 parents 4b79c28 + 8bf69d4 commit 5d546bb
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
@@ -13,7 +13,6 @@
# name: python3
# ---

# +
# %run ../_dev_sys_path_append.py
# %run __init__.py
# %load_ext lab_black
@@ -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,
)

0 comments on commit 5d546bb

Please sign in to comment.