Getting output with IPython Notebook

后端 未结 3 1195
春和景丽
春和景丽 2021-01-04 01:31

When I launch IPython Notebook I can navigate to it and enter code. However, nothing is ever echo\'d back to the IPython Notebook interface.

I know the server is get

3条回答
  •  难免孤独
    2021-01-04 02:09

    The return output to the notebook was being blocked by Sophos Endpoint Security and Control.

    Disabling "Sophos Web Intelligence Service" in services.msc worked, but it was not ideal since it turns off my web intelligence or whatever ... I don't really want to make myself more susceptible to bad stuff...

    So the solution is to:

    1. Open your Sophos Endpoint Security and Control Panel from your tray or start menu.

    2. Select "Configure" -> "Anti-virus" -> "Authorization" from the menu at the top.

    3. Select the websites tab.

    4. Click the "Add" button and add 127.0.0.1 and localhost to the "Authorized websites" list.

    5. Restart the computer

    6. Output works now :)

提交回复
热议问题