Thanks for your answer!
I could put in the direct file path to my main file into the directory function, but I'm trying to develop something that can be used as a standalone software. The idea is that every user that clones my repository can just click the Start
button and play with it without having to worry about changing anything.
For the
You could otherwise (I believe) just save to the same directory.
part, I'm already working on a repo that contains both .nb
and .wl
in the same folder, so I guess that is not the case unfortunately.
I believe that the code that I wrote so far isn't exactly fit for this purpose. Any idea on how I could change it?
P.S. are you on Linux? Because a colleague of mine stated that somehow this code works on his computer.