Python Forum
Jupyter is not working properly
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Jupyter is not working properly
#1
Lightbulb 
Hello guys,

I'm using jupyter notebook to run my code 24h a day, on 1 minute interval... and everything is working perfectly but suddently, with no error message, nothing, jupyter stops working. What's going on? What shoud I do? Should I stop using jupyter for this purpose and try Windows Scheduler?

What's the best approach for this issue?
Thanks
Reply
#2
Quote:suddently, with no error message, nothing, jupyter stops working
Are their any error messages?
Mighty hard to pinpoint a reason for the termination without seeing the script.
Reply
#3
Lightbulb 
(Apr-22-2021, 05:08 PM)Larz60+ Wrote:
Quote:suddently, with no error message, nothing, jupyter stops working
Are their any error messages?
Mighty hard to pinpoint a reason for the termination without seeing the script.

I know it's a very tough question, but the fact is that jupyter really stops working suddently, with no error message, no icon change, nothing. Even the hourglass icon keeps "showing" the system is running, but the fact is that it's not!
Reply
#4
The only suggestion I can make is to reduce all of the code to only the part that creates the 1 minute intervals
by itself with a dummy function showing time and iteration number

Then see if it still auto-terminates.

You can also check the call stack (on just a few iterations), to see if there is something odd happening.

see: https://python-forum.io/Thread-Walking-t...hout-leaks
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  File Handling not working properly TheLummen 8 569 Feb-17-2024, 07:47 PM
Last Post: TheLummen
  fpdf orientation not working properly KatMac 1 3,259 May-02-2021, 10:47 AM
Last Post: Pedroski55
  file.write not working properly mnh001 11 4,340 Nov-09-2019, 10:20 PM
Last Post: mnh001
  hatching not working properly with matplotlib Staph 3 2,950 Jul-28-2019, 07:17 AM
Last Post: ThomasL
  Error executing Jupyter command 'notebook': [Errno 'jupyter-notebook' not found] 2 Newtopython123 10 31,169 Apr-25-2019, 07:30 AM
Last Post: banu0395
  Try and Exception not properly working with xpath sumandas89 0 1,954 Aug-29-2018, 02:33 PM
Last Post: sumandas89
  import not working properly mepyyeti 5 4,322 Jan-18-2018, 07:08 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020