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?
Asked
Active
Viewed 657 times
1 Answers
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:

Hamzah
- 8,175
- 3
- 19
- 43