Install codes only without running
Opened this issue · 3 comments
SomanathSankaran commented
Hi Team,
I just need to clone all the demos inside my workspace without running cluster.
Is there any option to do this
QuentinAmbard commented
Sure, just add start_cluster = False
and it should do what you want
SomanathSankaran commented
No despite that it is still running cluster and jobs in background which is painful
@QuentinAmbard
QuentinAmbard commented
ah I see it'll be starting the job at the end (you can also use use_current_cluster to avoid cluster creation)
I can add an option to only load the notebooks let me reopen this