How to prevent IPython notebook script pausing when the screen locks -


i run ipython notebook script take several hours complete (processing of ~40 movies). script pauses when screen locks , resumes execution when login account.. there anyway prevent ipython script pausing while screen locked?

well took bit of googling, if it's can prevent mac going sleep opening terminal , typing pmset noidle, tell power management utility temporarily disable sleep.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -