Running the notebook as a script? #53
-
Is there a way to run the code from the notebook (FeTS_Challenge.ipynb) as a script ? As I'm working from a server and it takes quite a bit of time to run it would be ideal to be able to have it run with a script using tmux |
Beta Was this translation helpful? Give feedback.
Answered by
sarthakpati
Jun 25, 2021
Replies: 1 comment 5 replies
-
Hi @Linardos, Thank you for your interest in the FeTS Challenge! You can run any jupyter notebook as a script using the following mechanism: pip3 install runipy
runipy notebook_to_run.ipynb Cheers, |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
sarthakpati
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Linardos,
Thank you for your interest in the FeTS Challenge! You can run any jupyter notebook as a script using the following mechanism:
Cheers,
Sarthak