##// END OF EJS Templates
don't set bootstrap toggle on ToggleButtonsWidget...
don't set bootstrap toggle on ToggleButtonsWidget model update already toggles active and data-toggle does the same, so clicking on a toggle toggles twice, setting it back to the original value.

File last commit:

r14009:6f019b30
r19967:35824797
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()