Hi Team, I was working on my side project on my wi...
# ask-community
h
Hi Team, I was working on my side project on my windows machine, and I managed to use dagstermill and run notebook locally. However I found once I closed the anaconda prompt terminal (where I run "dagit -f myjob.py" ) All the run history in Dagit UI got wiped(?) and I am not able to see previous job history in Dagit UI after I run "dagit -f myjob.py" next time. If my goal is to schedule my script(jupyter notebook) on my local windows machine, do I have to keep that dagit session alive forever?
a
do you have the env var
DAGSTER_HOME
set? you should see console output if not that tells you that a temp directory is being used
💯 1
👍 1