from IPython.display import display_html def hide(): display_html('''

Hide Code

''') def open_tab(url): print (url) display_html("", raw = True) def open_window(url, width = 800, height = 500): print (url) display_html("", raw = True)