Last active
April 15, 2025 10:06
-
-
Save waltherg/6071963 to your computer and use it in GitHub Desktop.
AUTO 07p run from an iPython Notebook
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello ! Thanks for the wonderful tip. I try no to work out how to run AUTO from within a Python script. I haven't done it before and it gave me an error on the
!echo
. I tried this:But apparently
os.system("echo $HOME")
does not give me the HOME directory. Do you know what should I do?