##// END OF EJS Templates
Added an optional parameter to "CellToolbar.register_callback"....
Added an optional parameter to "CellToolbar.register_callback". It lists the cell types the UI element must inserted in.

File last commit:

r14009:6f019b30
r16285:fd48863e
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()