5

I am working on a dash project on jupyter notebook with jupyter-dash. Each time I updated my code, I had to kill the kernels and than restart the jupyter notebook in order to get the changing code working. Otherwise the dash webpage shows double loaded errors. I wonder if there is a way to refresh the jupyter-dash server without restarting the kernels?

5eb
  • 14,798
  • 5
  • 21
  • 65
Cu Buffalo
  • 59
  • 2

1 Answers1

0

Yes, now you can do that without killing the kernel. Try to use JupyterDash with mode='external'. Please have a look at the code below:

enter image description here

Hamzah
  • 8,175
  • 3
  • 19
  • 43