Sorry for the flood of questions, but here's anoth...
# announcements
b
Sorry for the flood of questions, but here's another one: With dagstermill, I can get a simple pipeline to execute a notebook, and I see the link to the notebook (inside
$DAGSTER_HOME
) in the logs on dagit, but A) that notebook doesn't show the execution results, just the code, and B) I can't figure out how to tell dagstermill to write the executed notebook to a particular location. I'm digging around in the source code and getting closer, but if there were a simple example somewhere for me to follow that would help me a lot to see how everything fits together. What's the best way to do this stuff?
Nvm, I was able to figure that out, but it led to a different problem: When I try to interactively run the output notebook, I get this error:
FileNotFoundError: [Errno 2] No such file or directory: 'notebook_pipeline.py'
, unless I put the notebook in the directory of
notebook_pipeline.py
. Any thoughts about the most straightforward ways to enable running the notebook from a different directory?
s
cc @max