Open MirisWisdom opened 3 years ago
@yumiris That makes sense and should work. I’ll plan to take another pass at the_sync()
function and associated tests for this shortly.
For the time being, I've been using the following spiffy command which does quite a snazzy job:
parallel nb {}:sync ::: $(ls ~/.nb)
A rather boring and mundane request: would it be possible to carry out
nb sync --all
in parallel, rather than sequentially for each notebook? It'd speed up things a wee bit!