Hi Roland

I am running Jupyter on my local machine. I notice the following on start up

[I 13:30:55.704 NotebookApp] Accepting one-time-token-authenticated
connection from ::1

[W 13:31:06.901 NotebookApp] 404 GET
/nbextensions/widgets/notebook/js/extension.js?v=20180201133054 (::1)
13.58ms referer=http://localhost:8888/notebooks/logisticRegression.ipynb

[I 13:31:07.632 NotebookApp] Kernel started:
42777506-bc3d-4b95-b2f6-7d821d1f6ffc

[I 13:31:08.556 NotebookApp] Adapting to protocol v5.1 for kernel
42777506-bc3d-4b95-b2f6-7d821d1f6ffc



Found the following https://github.com/jupyter/help/issues/186



The following got rid of the console error, how ever I still have the same
original problem


$ $ jupyter nbextension enable --py widgetsnbextension
Enabling notebook extension jupyter-js-widgets/extension...

      - Validating: OK



$ jq "." ~/.jupyter/nbconfig/notebook.json

{

  "aedwip_comment": {

    "howToWrapText":
"https://stackoverflow.com/questions/36419342/how-to-wrap-code-text-in-jupyt
er-notebooks"

  },

  "MarkdownCell": {

    "cm_config": {

      "lineWrapping": true

    }

  },

  "CodeCell": {

    "cm_config": {

      "lineWrapping": true

    }

  }

}


I noticed that it seems like about half of the python source lines are being
displayed in my code cells. Not sure why clicking on the cell would cause
everything to be displayed?

Andy

From:  <[email protected]> on behalf of Roland Weber
<[email protected]>
Reply-To:  <[email protected]>
Date:  Tuesday, January 30, 2018 at 11:15 PM
To:  Project Jupyter <[email protected]>
Subject:  [jupyter] Re: Running Jupyter kernel gateway and notebook
simultaneously

> Hello Olav,
> 
> as Luciano already pointed out, we need more information about your problem.
> Have you looked at the logs or console output of both notebook and kernel
> gateway?
> Is one of them coming up, or are both running into problems?
> 
> Luciano, Olav is running the kernel gateway in notebook-http mode. I don't
> think NB2KG is used in this scenario.
> 
> cheers,
>   Roland
> -- 
> 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/1ee4c4ff-2ca8-4a4d-8ba0-4e830bc4c56f
> %40googlegroups.com
> <https://groups.google.com/d/msgid/jupyter/1ee4c4ff-2ca8-4a4d-8ba0-4e830bc4c56
> f%40googlegroups.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/D698C85F.5DA79%25Andy%40SantaCruzIntegration.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to