Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 18789

How to update cell output of a jupyter notebook which is hosted on a network IP

$
0
0

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?


Viewing all articles
Browse latest Browse all 18789

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>