##// END OF EJS Templates
pin requests to 2.4.1 on travis...
pin requests to 2.4.1 on travis bug in requests 2.4.2 doesn't allow unicode URLs on Python 2

File last commit:

r14009:6f019b30
r18154:7bf59442
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()