##// END OF EJS Templates
deprecate install_native_kernel...
deprecate install_native_kernel use ipython_kernel.kernelspec.install

File last commit:

r14009:6f019b30
r21065:16af183c
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()