##// END OF EJS Templates
Fixed widget button onclick register so it only will ever register a callback once.
Fixed widget button onclick register so it only will ever register a callback once.

File last commit:

r14009:6f019b30
r14331:f57e8c24
Show More
__main__.py
3 lines | 105 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.html import notebookapp as app
app.launch_new_instance()