'Jupyter Notebook/Firefox hangs when dealing with a bit of resource intensive script
When I use Jupyter Notebook in linux firefox on very light applications I have no problems. As I increase a bit the application resource intensivity, the browser tab becomes unresponsive or so and takes a lot of time to accomplish the task,or worse, it crashes the pc completely. By instance in the script I am working on, I am reading a dataframe from a 1.5 Mb Pickle file, and then perform some elaboration operations on that data by putting in lists. That's around a 3500 rows dataframe and I take only part of that to elaborate. The time() function tells me that the program takes around 9 seconds to complete. However it actually takes many minutes. I have 16Gb Ram quad core and dynamic swap. The ram usage doesn't appear to be high in my monitoring tool. I think it's a jupyter/Firefox problem. Any idea?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
