python - ipython notebook not opening on windows 7 -


i'm trying open ipython notebook after downloading part of anaconda, using windows 7.

i can open ipython in it's own python terminal not in browser. when run ìpython notebook in command prompt huge error log below.

a lot of other questions not being able load ipython include obvious missing package indicator i've not been able spot of use in log.

any ideas might going wrong or can fix it?

z:\anaconda>ipython notebook [i 14:27:59.766 notebookapp] using mathjax cdn: https://cdn.mathjax.org/mathjax/latest/mathjax.js traceback (most recent call last):   file "z:\anaconda\lib\site-packages\ipython\utils\traitlets.py", line 407, in __get__     value = obj._trait_values[self.name] keyerror: 'ip'  during handling of above exception, exception occurred:  traceback (most recent call last):   file "z:\anaconda\scripts\ipython-script.py", line 5, in <module>     sys.exit(start_ipython())   file "z:\anaconda\lib\site-packages\ipython\__init__.py", line 120, in start_ipython     return launch_new_instance(argv=argv, **kwargs)   file "z:\anaconda\lib\site-packages\ipython\config\application.py", line 573, in launch_instance     app.initialize(argv)   file "<string>", line 2, in initialize   file "z:\anaconda\lib\site-packages\ipython\config\application.py", line 75, in catch_config_error     return method(app, *args, **kwargs)   file "z:\anaconda\lib\site-packages\ipython\terminal\ipapp.py", line 321, in initialize     super(terminalipythonapp, self).initialize(argv)   file "<string>", line 2, in initialize   file "z:\anaconda\lib\site-packages\ipython\config\application.py", line 75, in catch_config_error     return method(app, *args, **kwargs)   file "z:\anaconda\lib\site-packages\ipython\core\application.py", line 369, in initialize     self.parse_command_line(argv)   file "z:\anaconda\lib\site-packages\ipython\terminal\ipapp.py", line 316, in parse_command_line     return super(terminalipythonapp, self).parse_command_line(argv)   file "<string>", line 2, in parse_command_line   file "z:\anaconda\lib\site-packages\ipython\config\application.py", line 75, in catch_config_error     return method(app, *args, **kwargs)   file "z:\anaconda\lib\site-packages\ipython\config\application.py", line 471, in parse_command_line     return self.initialize_subcommand(subc, subargv)   file "<string>", line 2, in initialize_subcommand   file "z:\anaconda\lib\site-packages\ipython\config\application.py", line 75, in catch_config_error     return method(app, *args, **kwargs)   file "z:\anaconda\lib\site-packages\ipython\config\application.py", line 409, in initialize_subcomman     self.subapp.initialize(argv)   file "<string>", line 2, in initialize   file "z:\anaconda\lib\site-packages\ipython\config\application.py", line 75, in catch_config_error     return method(app, *args, **kwargs)   file "z:\anaconda\lib\site-packages\ipython\html\notebookapp.py", line 1015, in initialize     self.init_webapp()   file "z:\anaconda\lib\site-packages\ipython\html\notebookapp.py", line 868, in init_webapp     self.login_handler_class.validate_security(self, ssl_options=ssl_options)   file "z:\anaconda\lib\site-packages\ipython\html\auth\login.py", line 88, in validate_security     if not app.ip:   file "z:\anaconda\lib\site-packages\ipython\utils\traitlets.py", line 412, in __get__     value = method()   file "z:\anaconda\lib\site-packages\ipython\html\notebookapp.py", line 420, in _ip_default     s = socket.socket()   file "z:\anaconda\lib\socket.py", line 126, in __init__     _socket.socket.__init__(self, family, type, proto, fileno) oserror: [winerror 10022] invalid argument supplied  if suspect ipython bug, please report at:     https://github.com/ipython/ipython/issues or send email mailing list @ ipython-dev@scipy.org 

what ended fixing issue installing anaconda on local c drive, opposed mapped shared drive


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -