Python Forum

Full Version: Jupternotebook file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.