Jupyter Notebook setup errorInstalling Apache Cordova, unable to locate packageI can't open software updater and unity tweak tool on Ubuntu14.04ckan 500 error, cant find solr, ubuntu 14.04Error starting ipython?Distribution not found error with scrapyFailed to apply network settings, connect to the Bluetooth network via this machineWhy can't I start onedrive-d?pip install gives “Command ”python setup.py egg_info“ failed with error code 1”TypeError when running update-manager on ubuntu 17.10The port 8888 is already in use

Is there a hemisphere-neutral way of specifying a season?

Do UK voters know if their MP will be the Speaker of the House?

How badly should I try to prevent a user from XSSing themselves?

How do I handle a potential work/personal life conflict as the manager of one of my friends?

How to compactly explain secondary and tertiary characters without resorting to stereotypes?

Detention in 1997

Avoiding the "not like other girls" trope?

Am I breaking OOP practice with this architecture?

Can we compute the area of a quadrilateral with one right angle when we only know the lengths of any three sides?

How to prevent "they're falling in love" trope

Can my sorcerer use a spellbook only to collect spells and scribe scrolls, not cast?

How to show a landlord what we have in savings?

Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?

What historical events would have to change in order to make 19th century "steampunk" technology possible?

Would Slavery Reparations be considered Bills of Attainder and hence Illegal?

Do scales need to be in alphabetical order?

Why are the 737's rear doors unusable in a water landing?

Is it possible to create a QR code using text?

Personal Teleportation: From Rags to Riches

Short story with a alien planet, government officials must wear exploding medallions

How does a predictive coding aid in lossless compression?

Is "remove commented out code" correct English?

Should I tell management that I intend to leave due to bad software development practices?

Venezuelan girlfriend wants to travel the USA to be with me. What is the process?



Jupyter Notebook setup error


Installing Apache Cordova, unable to locate packageI can't open software updater and unity tweak tool on Ubuntu14.04ckan 500 error, cant find solr, ubuntu 14.04Error starting ipython?Distribution not found error with scrapyFailed to apply network settings, connect to the Bluetooth network via this machineWhy can't I start onedrive-d?pip install gives “Command ”python setup.py egg_info“ failed with error code 1”TypeError when running update-manager on ubuntu 17.10The port 8888 is already in use













0















I keep on getting the following error when trying to connect to Jupyter Notebook on AWS. Please help.



File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/traitlets.py", line 528, in get

value = obj._trait_values[self.name]

KeyError: 'allow_remote_access'


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 864, in _default_allow_remote

addr = ipaddress.ip_address(self.ip)

File "/home/ubuntu/anaconda3/lib/python3.5/ipaddress.py", line 54, in ip_address

address)

ValueError: '' does not appear to be an IPv4 or IPv6 address


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

File "/home/ubuntu/anaconda3/bin/jupyter-notebook", line 11, in <module>

sys.exit(main())

File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/jupyter_core/application.py", line 266, in launch_instance

return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)

File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/config/application.py", line 657, in launch_instance

app.initialize(argv)

File "</home/ubuntu/anaconda3/lib/python3.5/site-packages/decorator.py:decorator-gen-7>", line 2, in initialize

File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/config/application.py", line 87, in catch_config_error

return method(app, *args, **kwargs)

File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 1630, in initialize

self.init_webapp()

File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 1378, in init_webapp

self.jinja_environment_options,

File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 159, in __init__

default_url, settings_overrides, jinja_env_options)

File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 252, in init_settings

allow_remote_access=jupyter_app.allow_remote_access,

File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/traitlets.py", line 556, in __get__

return self.get(obj, cls)

File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/traitlets.py", line 535, in get

value = self._validate(obj, dynamic_default())

File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 867, in _default_allow_remote

for info in socket.getaddrinfo(self.ip, self.port, 0, socket.SOCK_STREAM):

File "/home/ubuntu/anaconda3/lib/python3.5/socket.py", line 732, in getaddrinfo

for res in _socket.getaddrinfo(host, port, family, type, proto, flags):

socket.gaierror: [Errno -2] Name or service not known










share|improve this question







New contributor




Jonathan Kruger is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    0















    I keep on getting the following error when trying to connect to Jupyter Notebook on AWS. Please help.



    File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/traitlets.py", line 528, in get

    value = obj._trait_values[self.name]

    KeyError: 'allow_remote_access'


    During handling of the above exception, another exception occurred:


    Traceback (most recent call last):

    File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 864, in _default_allow_remote

    addr = ipaddress.ip_address(self.ip)

    File "/home/ubuntu/anaconda3/lib/python3.5/ipaddress.py", line 54, in ip_address

    address)

    ValueError: '' does not appear to be an IPv4 or IPv6 address


    During handling of the above exception, another exception occurred:


    Traceback (most recent call last):

    File "/home/ubuntu/anaconda3/bin/jupyter-notebook", line 11, in <module>

    sys.exit(main())

    File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/jupyter_core/application.py", line 266, in launch_instance

    return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)

    File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/config/application.py", line 657, in launch_instance

    app.initialize(argv)

    File "</home/ubuntu/anaconda3/lib/python3.5/site-packages/decorator.py:decorator-gen-7>", line 2, in initialize

    File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/config/application.py", line 87, in catch_config_error

    return method(app, *args, **kwargs)

    File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 1630, in initialize

    self.init_webapp()

    File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 1378, in init_webapp

    self.jinja_environment_options,

    File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 159, in __init__

    default_url, settings_overrides, jinja_env_options)

    File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 252, in init_settings

    allow_remote_access=jupyter_app.allow_remote_access,

    File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/traitlets.py", line 556, in __get__

    return self.get(obj, cls)

    File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/traitlets.py", line 535, in get

    value = self._validate(obj, dynamic_default())

    File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 867, in _default_allow_remote

    for info in socket.getaddrinfo(self.ip, self.port, 0, socket.SOCK_STREAM):

    File "/home/ubuntu/anaconda3/lib/python3.5/socket.py", line 732, in getaddrinfo

    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):

    socket.gaierror: [Errno -2] Name or service not known










    share|improve this question







    New contributor




    Jonathan Kruger is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      I keep on getting the following error when trying to connect to Jupyter Notebook on AWS. Please help.



      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/traitlets.py", line 528, in get

      value = obj._trait_values[self.name]

      KeyError: 'allow_remote_access'


      During handling of the above exception, another exception occurred:


      Traceback (most recent call last):

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 864, in _default_allow_remote

      addr = ipaddress.ip_address(self.ip)

      File "/home/ubuntu/anaconda3/lib/python3.5/ipaddress.py", line 54, in ip_address

      address)

      ValueError: '' does not appear to be an IPv4 or IPv6 address


      During handling of the above exception, another exception occurred:


      Traceback (most recent call last):

      File "/home/ubuntu/anaconda3/bin/jupyter-notebook", line 11, in <module>

      sys.exit(main())

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/jupyter_core/application.py", line 266, in launch_instance

      return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/config/application.py", line 657, in launch_instance

      app.initialize(argv)

      File "</home/ubuntu/anaconda3/lib/python3.5/site-packages/decorator.py:decorator-gen-7>", line 2, in initialize

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/config/application.py", line 87, in catch_config_error

      return method(app, *args, **kwargs)

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 1630, in initialize

      self.init_webapp()

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 1378, in init_webapp

      self.jinja_environment_options,

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 159, in __init__

      default_url, settings_overrides, jinja_env_options)

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 252, in init_settings

      allow_remote_access=jupyter_app.allow_remote_access,

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/traitlets.py", line 556, in __get__

      return self.get(obj, cls)

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/traitlets.py", line 535, in get

      value = self._validate(obj, dynamic_default())

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 867, in _default_allow_remote

      for info in socket.getaddrinfo(self.ip, self.port, 0, socket.SOCK_STREAM):

      File "/home/ubuntu/anaconda3/lib/python3.5/socket.py", line 732, in getaddrinfo

      for res in _socket.getaddrinfo(host, port, family, type, proto, flags):

      socket.gaierror: [Errno -2] Name or service not known










      share|improve this question







      New contributor




      Jonathan Kruger is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I keep on getting the following error when trying to connect to Jupyter Notebook on AWS. Please help.



      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/traitlets.py", line 528, in get

      value = obj._trait_values[self.name]

      KeyError: 'allow_remote_access'


      During handling of the above exception, another exception occurred:


      Traceback (most recent call last):

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 864, in _default_allow_remote

      addr = ipaddress.ip_address(self.ip)

      File "/home/ubuntu/anaconda3/lib/python3.5/ipaddress.py", line 54, in ip_address

      address)

      ValueError: '' does not appear to be an IPv4 or IPv6 address


      During handling of the above exception, another exception occurred:


      Traceback (most recent call last):

      File "/home/ubuntu/anaconda3/bin/jupyter-notebook", line 11, in <module>

      sys.exit(main())

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/jupyter_core/application.py", line 266, in launch_instance

      return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/config/application.py", line 657, in launch_instance

      app.initialize(argv)

      File "</home/ubuntu/anaconda3/lib/python3.5/site-packages/decorator.py:decorator-gen-7>", line 2, in initialize

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/config/application.py", line 87, in catch_config_error

      return method(app, *args, **kwargs)

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 1630, in initialize

      self.init_webapp()

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 1378, in init_webapp

      self.jinja_environment_options,

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 159, in __init__

      default_url, settings_overrides, jinja_env_options)

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 252, in init_settings

      allow_remote_access=jupyter_app.allow_remote_access,

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/traitlets.py", line 556, in __get__

      return self.get(obj, cls)

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/traitlets/traitlets.py", line 535, in get

      value = self._validate(obj, dynamic_default())

      File "/home/ubuntu/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 867, in _default_allow_remote

      for info in socket.getaddrinfo(self.ip, self.port, 0, socket.SOCK_STREAM):

      File "/home/ubuntu/anaconda3/lib/python3.5/socket.py", line 732, in getaddrinfo

      for res in _socket.getaddrinfo(host, port, family, type, proto, flags):

      socket.gaierror: [Errno -2] Name or service not known







      python jupyter






      share|improve this question







      New contributor




      Jonathan Kruger is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Jonathan Kruger is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Jonathan Kruger is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 10 mins ago









      Jonathan KrugerJonathan Kruger

      1




      1




      New contributor




      Jonathan Kruger is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Jonathan Kruger is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Jonathan Kruger is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Jonathan Kruger is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131078%2fjupyter-notebook-setup-error%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Jonathan Kruger is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          Jonathan Kruger is a new contributor. Be nice, and check out our Code of Conduct.












          Jonathan Kruger is a new contributor. Be nice, and check out our Code of Conduct.











          Jonathan Kruger is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131078%2fjupyter-notebook-setup-error%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

          Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

          Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»