I try to execute it offline doing (from the repo root)
jupytext --execute -v ./ds-howtos/coronavirus-howto-nb.md -o ./ds-howtos/coronavirus-howto-nb.md-trash.md
and it hangs for as long as I have been to try - 10 minutes or something
while the same notebook under jupyter (classic) can be executed with 'run all cells' in a reasonable amount of time
it's not fast, alright, but it does go through in a matter of 20-30 s or something
is there a way for me to troubleshoot this ?
I was expecting some sort of --verbose or --debug option in an attempt to get a clue on what cell can be the problem, to no avail so far
thanks !
ps: I am using version 1.14.2; and then again with 1.14.4 but same behaviour
using the notebook here as a source, https://github.com/flotpython/exos/blob/main/ds-howtos/coronavirus-howto-nb.md
I try to execute it offline doing (from the repo root) jupytext --execute -v ./ds-howtos/coronavirus-howto-nb.md -o ./ds-howtos/coronavirus-howto-nb.md-trash.md and it hangs for as long as I have been to try - 10 minutes or something
while the same notebook under jupyter (classic) can be executed with 'run all cells' in a reasonable amount of time it's not fast, alright, but it does go through in a matter of 20-30 s or something
is there a way for me to troubleshoot this ? I was expecting some sort of --verbose or --debug option in an attempt to get a clue on what cell can be the problem, to no avail so far
thanks !
ps: I am using version 1.14.2; and then again with 1.14.4 but same behaviour