'how to share codes between two devices?

I want to find a way that I can write some python code on my windows computer, and write continuously of these codes after I go back home on my mac computer. I am trying to set up a jupyter server on my windows, but I failed. Is there any other way that I can do this?



Solution 1:[1]

Use Codespaces, basically it creates a codespace and keeps your code in a GitHub repository, you can access, and run the code through a web version of VS code, or you can clone it, revise it, and then push it.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sadra