Ask Your Question

annegret's profile - activity

2020-03-26 14:33:35 +0200 received badge  Scholar (source)
2020-03-26 14:32:59 +0200 commented answer Loading a file unter Windows

Thank you. That was helpful. I am now using the relative path to the sage working directory and that works. I use e.g. load("./Documents/test.sage").

2020-03-25 21:37:34 +0200 asked a question Loading a file unter Windows

I am a complete beginner in SageMath. I would like to write a small program in a seperate file and load this into sage. In the German user manual I found the syntax load("beispiel.sage"). But this cannot work, since the program does not know where to look for the file. So I have to tell it the complete path. I tried a lot of different commands, like e.g. load("C:\Users\annegret\Documents\beispiel.sage") or load(`C:\Users\annegret\Documents\beispiel.sageĀ“). I am working unter Windows with the console.