https://dagster.io/ logo
#dagster-support
Title
# dagster-support
h

Henry

04/28/2022, 12:51 PM
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

alex

04/28/2022, 2:50 PM
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
2 Views