abhishekkrthakur / colabcode

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks
MIT License
2.07k stars 276 forks source link

How to save the code as a python file? #53

Open VpkPrasanna opened 3 years ago

VpkPrasanna commented 3 years ago

I was working on a kaggle competition and after sometime the code server stops and all the files created were gone. Is there any way to save the files in the present working directory ?

soumya997 commented 3 years ago

crate a separate repo for that comp, and before leaving the colabcode push all the files in that repo. and when you start working on that comp, again clone that repo and work.