Is there a way to copy code from github to spyder without using copy & paste?
Asked
Active
Viewed 1,992 times
1
-
technically, Spyder is an IDE to you don't copy your code there but you could use `git clone` to copy the github repo to your local machine and open the same in Spyder. – Krishna Chaurasia Feb 06 '21 at 08:26
-
thank you. i don't understand why you say i can't copy code into Spyder. There is an editor tab where I type and run code. – Beginner Kruman Feb 06 '21 at 08:36
-
Yes, I meant the complete repo with multiple files and not just the contents of a file. – Krishna Chaurasia Feb 06 '21 at 08:38
-
I think you can find the answer here: https://stackoverflow.com/questions/43889547/cloning-a-package-from-github-and-use-in-spyder – Krishna Chaurasia Feb 06 '21 at 08:46
-
@KrishnaChaurasia: can I use Spyder and let it autmatically load the code from GitHub? – PeterBe Aug 30 '21 at 16:16