##// END OF EJS Templates
Remove separate 'path', 'name' in Contents API...
Remove separate 'path', 'name' in Contents API - path is full path (including name) - name is only used for read-only convenience, and plays no role in any API - remove 'untitled upload' (POST with content and no path)

File last commit:

r14009:6f019b30
r18749:b287d2c3
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()