I'm wondering what the most effective way to store .ipynb notebook files online is so they can be edited between multiple computers.
To clarify, what I'm looking for is something equivalent to overleaf, where all your files are stored online and they can be edited by whichever computer you are using. One possibility I was thinking about was using google drive and storing the files there- then accessing them somehow using jupyter notebook. Does anyone have any recommendations/do this already? I don't know how to access google drive files using jupyter.