Purnendu, If you are running locally, try adding the localhost IP address... something like this:
jupyter notebook --ip=127.0.0.1 Hope it helps! 2018-05-06 14:09 GMT-03:00 Purnendu Chakraborty < [email protected]>: > Sorry. probably that is not the issue. > > photon:~ # jupyter notebook --port 9999 > Traceback (most recent call last): > File "/usr/bin/jupyter-notebook", line 11, in <module> > sys.exit(main()) > File "/usr/lib/python3.4/site-packages/jupyter_core/application.py", > line 266, in launch_instance > return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs) > File "/usr/lib/python3.4/site-packages/traitlets/config/application.py", > line 657, in launch_instance > app.initialize(argv) > File "<decorator-gen-7>", line 2, in initialize > File "/usr/lib/python3.4/site-packages/traitlets/config/application.py", > line 87, in catch_config_error > return method(app, *args, **kwargs) > File "/usr/lib/python3.4/site-packages/notebook/notebookapp.py", line > 1507, in initialize > self.init_webapp() > File "/usr/lib/python3.4/site-packages/notebook/notebookapp.py", line > 1297, in init_webapp > self.http_server.listen(port, self.ip) > File "/usr/lib64/python3.4/site-packages/tornado/tcpserver.py", line > 144, in listen > sockets = bind_sockets(port, address=address) > File "/usr/lib64/python3.4/site-packages/tornado/netutil.py", line 163, > in bind_sockets > sock.bind(sockaddr) > OSError: [Errno 99] Cannot assign requested address > > photon:~ # jupyter notebook --no-browser > Traceback (most recent call last): > File "/usr/bin/jupyter-notebook", line 11, in <module> > sys.exit(main()) > File "/usr/lib/python3.4/site-packages/jupyter_core/application.py", > line 266, in launch_instance > return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs) > File "/usr/lib/python3.4/site-packages/traitlets/config/application.py", > line 657, in launch_instance > app.initialize(argv) > File "<decorator-gen-7>", line 2, in initialize > File "/usr/lib/python3.4/site-packages/traitlets/config/application.py", > line 87, in catch_config_error > return method(app, *args, **kwargs) > File "/usr/lib/python3.4/site-packages/notebook/notebookapp.py", line > 1507, in initialize > self.init_webapp() > File "/usr/lib/python3.4/site-packages/notebook/notebookapp.py", line > 1297, in init_webapp > self.http_server.listen(port, self.ip) > File "/usr/lib64/python3.4/site-packages/tornado/tcpserver.py", line > 144, in listen > sockets = bind_sockets(port, address=address) > File "/usr/lib64/python3.4/site-packages/tornado/netutil.py", line 163, > in bind_sockets > sock.bind(sockaddr) > OSError: [Errno 99] Cannot assign requested address > photon:~ # > > > On Sun, May 6, 2018 at 10:19 PM, Luciano Resende <[email protected]> > wrote: > >> > Cannot assign requested address >> >> Most likely the port ( default 8888) is already in use, you could try to >> identify what is using that, or start in a different port using '--port >> xxxx' parameter. >> >> More details available at: >> http://jupyter.readthedocs.io/en/latest/running.html >> >> >> >> On Sun, May 6, 2018 at 9:44 AM, Purnendu Chakraborty < >> [email protected]> wrote: >> >>> Please help me with the installation of Jupyter. >>> What does it mean? >>> >>> jupyter-notebook >>> [I 22:06:17.710 NotebookApp] Writing notebook server cookie secret to >>> /run/user/0/jupyter/notebook_cookie_secret >>> Traceback (most recent call last): >>> File "/usr/bin/jupyter-notebook", line 11, in <module> >>> sys.exit(main()) >>> File "/usr/lib/python3.4/site-packages/jupyter_core/application.py", >>> line 266, in launch_instance >>> return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs) >>> File "/usr/lib/python3.4/site-packages/traitlets/config/application.py", >>> line 657, in launch_instance >>> app.initialize(argv) >>> File "<decorator-gen-7>", line 2, in initialize >>> File "/usr/lib/python3.4/site-packages/traitlets/config/application.py", >>> line 87, in catch_config_error >>> return method(app, *args, **kwargs) >>> File "/usr/lib/python3.4/site-packages/notebook/notebookapp.py", line >>> 1507, in initialize >>> self.init_webapp() >>> File "/usr/lib/python3.4/site-packages/notebook/notebookapp.py", line >>> 1297, in init_webapp >>> self.http_server.listen(port, self.ip) >>> File "/usr/lib64/python3.4/site-packages/tornado/tcpserver.py", line >>> 144, in listen >>> sockets = bind_sockets(port, address=address) >>> File "/usr/lib64/python3.4/site-packages/tornado/netutil.py", line >>> 163, in bind_sockets >>> sock.bind(sockaddr) >>> OSError: [Errno 99] Cannot assign requested address >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Project Jupyter" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> To view this discussion on the web visit https://groups.google.com/d/ms >>> gid/jupyter/879385c5-d086-4203-a7e0-97f17b71b4b5%40googlegroups.com >>> <https://groups.google.com/d/msgid/jupyter/879385c5-d086-4203-a7e0-97f17b71b4b5%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Luciano Resende >> http://twitter.com/lresende1975 >> http://lresende.blogspot.com/ >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Project Jupyter" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> To view this discussion on the web visit https://groups.google.com/d/ms >> gid/jupyter/CAGU5specTKDFVTSk7eqECwgAae8%2BZQW0jToN9KoZspDy0 >> Oxf-w%40mail.gmail.com >> <https://groups.google.com/d/msgid/jupyter/CAGU5specTKDFVTSk7eqECwgAae8%2BZQW0jToN9KoZspDy0Oxf-w%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jupyter/CACyxoT1xi2KpHC_TtQss8p%2Bf5ADJJ9cbV-v3wn8_ > djdRH3ro5A%40mail.gmail.com > <https://groups.google.com/d/msgid/jupyter/CACyxoT1xi2KpHC_TtQss8p%2Bf5ADJJ9cbV-v3wn8_djdRH3ro5A%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- *Damián Avila* -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAH%2BmRR3QC1gVShoUHH%3D5fDJJrWE08hWN%3D7ejojtoefwef6P40Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
