I have a problem with a jupyter notebook that I have on a raspberry pi and am hosting on our IP address.
To do this, I used jupyter notebook --generate-config
to generate the configuration file, where I then edited the c.NotebookApp.ip = 'localhost'
to the IP address of our network. The jupyter notebook should display live results from measurements I do with different microprocessors.
The access to the home page is working great, and I can download the log files that I am generating. In the main file, however, I can see that it is being executed, but the values are not changing with time. The value is currently frozen at around 15:49:14, which is when I closed the first notebook where I started the execution.
The problem is happening so far with three laptops and even on the raspberry pi itself.
I found this closed GitHub issue: https://github.com/jupyter/jupyter/issues/83
It was closed due to inactivity
All my packages are up to date on all sides, as I built the whole system not long ago, and I ensured everything was stable. One of the laptops I tried was a Linux and it also did not work.
Could something in the configuration file still need to be adjusted?
Since I am saving all the data to a file anyway, I decided to write another notebook on the same server that opens the file and gets the measured points. It is not actually a solution to my question, but rather a quick workaround.
The advantage is that I don't have to disturb the measurement notebook, whenever I want, I can open the other notebook and have nice plots and summaries