##// END OF EJS Templates
Fix ipconfig regex pattern...
Fix ipconfig regex pattern As suggested by @andjoely. Should be tested by Windows users without netifaces installed. Closes gh-5491

File last commit:

r14009:6f019b30
r16181:c02e83e2
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()