My notes for how to re-connect github with nbdev in paperspace when starting a new paperspace GPU(vm) session.
1.Open terminal in the “files” page. You will copy these steps into the terminal. If your not familiar with the terminal definitely check out Jeremy’s live coding session
2. copy .ssh to home: cp -r /notebooks/git/.ssh ~/
1. This would have been added in your first session by following jeremy’s ssh setup HERE
-
install nbdev again!!!
- navigate to your project folder
conda install -c fastai nbdev
nbdev_install_quarto
cd [your-project-name]
nbdev_install_hooks
-
Do work in notebooks or test it by just adding some markdown in an nb.
- nbdev_prepare
- git add .
- git commit -m’blah’
- git push
-
check your git repository. click on the “Actions” tab and check to make sure all actions have a green checkmark
NOTE: remember to use git in the correct directory