##// END OF EJS Templates
use contents manager to handle redirect of /notebooks -> /files...
use contents manager to handle redirect of /notebooks -> /files avoids 404 on /files for visiting a nonexistent notebook

File last commit:

r14009:6f019b30
r17531:ec353c7d
Show More
__main__.py
3 lines | 109 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.kernel.zmq import kernelapp as app
app.launch_new_instance()