Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Jupternotebook file
#1
Hi ALL,

I have written in script in Jupyter notebook, code is working perfectly.
my Questions
1) script is saving as .pnyib file ,how to schedule this file in windows task scheduler
2) how to open jupyter notebook exe in windows task scheduler

Thanks
Reply
#2
In Linux, if you call
Output:
jupyter nbconvert --execute yourfile.ipynb
it executes yourfile.ipynb and writes results in yourfile.html.
You can schedule this command to run *.ipynb file.
I suspect, something like this should work in Windows too.
Reply


Forum Jump:

User Panel Messages

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