##// END OF EJS Templates
Introduce a doclkable widget that will substitute "all magics" menu....
Introduce a doclkable widget that will substitute "all magics" menu. Features: a. filter by regexp b. filter by class c. double click pastes d. push buttons to paste and run magics

File last commit:

r14009:6f019b30
r16481:52a3a72e
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()