Skip to main content
Seasoned ⭐️
November 4, 2025
Solved

My jupyter notebook is crashing

  • November 4, 2025
  • 3 replies
  • 123 views

 

I am facing issue of jupyter notebook getting crashed frequently. 

Sharing the image for reference.

    Best answer by Shun Takase

    Hi, 

    I've experienced this phenomenon myself when running code using "Stored in your browser."
    In this case, it seems that Python is executed using the browser's cache,
    so when working with larger datasets, it may crash due to insufficient memory.
    You might be able to resolve this by saving and running the code using "Stored in Cognite Data Fusion" instead.
    I hope this helps!

    3 replies

    Anders Hafreager
    Practitioner ⭐️⭐️⭐️
    Practitioner ⭐️⭐️⭐️
    November 5, 2025

    Hi,

    This could be local firewall rules that are blocking the page from loading. Can you share any logs from the developer console?

    Shun Takase
    MVP ⭐️⭐️⭐️⭐️⭐️
    MVP ⭐️⭐️⭐️⭐️⭐️
    November 5, 2025

    Hi, 

    I've experienced this phenomenon myself when running code using "Stored in your browser."
    In this case, it seems that Python is executed using the browser's cache,
    so when working with larger datasets, it may crash due to insufficient memory.
    You might be able to resolve this by saving and running the code using "Stored in Cognite Data Fusion" instead.
    I hope this helps!

    Seasoned ⭐️
    November 11, 2025

    Thank you very much for your answer, running in "Stored in Cognite Data Fusion" works well