From 8bf69d454739311fecb5d328d0f43db0b7b05382 Mon Sep 17 00:00:00 2001 From: jgunstone Date: Wed, 26 Apr 2023 09:20:51 +0100 Subject: [PATCH] updated the test url --- src/ipyautoui/custom/showopenurl.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/ipyautoui/custom/showopenurl.py b/src/ipyautoui/custom/showopenurl.py index 95791d6b..8a9ed426 100644 --- a/src/ipyautoui/custom/showopenurl.py +++ b/src/ipyautoui/custom/showopenurl.py @@ -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, )