18

platform: redhat x64, installed ipython notebook 3.0 through pyvenv-3.4

When I open a notebook, it always shows "kernel starting, please wait...". But I can open IPython console.

Please help, thanks!

Matt
  • 27,170
  • 6
  • 80
  • 74
XWen
  • 361
  • 1
  • 2
  • 10

4 Answers4

10

I had this problem on multiple systems, and changing/updating browser solved it (as already written by OP).

Marta Cz-C
  • 759
  • 1
  • 8
  • 18
3

I meet this error message just now on ipython/jupyter notebook 4.0

And it turns out to by ad block plugin(for me is ublock)

This is probably due to this bug with the uBlock extension blocking WebSockets: gorhill/uBlock#1604

Deactivating uBlock on notebook page resolved it for me, solusion maybe same to other ad block plugin.

Mithril
  • 12,947
  • 18
  • 102
  • 153
1

I had the same problem right now on my Linux machine and up to date browser and even with a disabled uBlock. I was port-forwarding from a remote machine to my laptop while running Jupyter on the remote machine. Logging out of the ssh port-forwarding session (went to htop and killed the process) helped.

0

For me, the issue was caused by ExpressVPN's whitelist (split-tunnel) feature interfering with Jupyter. I disabled split-tunnel and just used a browser VPN extension instead. FYI, NordVPN has a vaguely working split-tunnel feature whereas SurfShark, ExpressVPN and probably many others are complete fails.

BSalita
  • 8,420
  • 10
  • 51
  • 68