loud-laptop-89838
01/02/2023, 4:20 PMjupyter-book build . on the folder containing all the doc files. I'm working creating the digest that would hold those, but it seems like most of the digest related stuff is for operating on individual files. How would I set up a digest that matches the directory structure of a docs directory and then run my Process on that directory?bitter-ability-32190
01/02/2023, 4:21 PMloud-laptop-89838
01/02/2023, 4:28 PMdigest = await Get(Digest, PathGlobs(["docs/**"]))
result = await Get(ProcessResult, Process(argv=["jupyter-book", "build", "."], description="", input_digest=digest))
getting a "No such file or directory" error though.loud-laptop-89838
01/02/2023, 4:28 PMbitter-ability-32190
01/02/2023, 4:36 PMbitter-ability-32190
01/02/2023, 4:37 PMbitter-ability-32190
01/02/2023, 4:38 PMloud-laptop-89838
01/02/2023, 4:39 PMloud-laptop-89838
01/02/2023, 4:40 PMbitter-ability-32190
01/02/2023, 4:40 PMloud-laptop-89838
01/02/2023, 4:40 PMInteractiveProcess though, since I'm actually looking to get the newly created files outbitter-ability-32190
01/02/2023, 4:41 PMbitter-ability-32190
01/02/2023, 4:41 PMloud-laptop-89838
01/02/2023, 4:43 PMinput_digest then wouldn't the files be at the pwd level?loud-laptop-89838
01/02/2023, 4:43 PMbitter-ability-32190
01/02/2023, 4:45 PMbitter-ability-32190
01/02/2023, 4:45 PMloud-laptop-89838
01/02/2023, 4:52 PMloud-laptop-89838
01/02/2023, 4:52 PMloud-laptop-89838
01/02/2023, 5:04 PMjupyter-book is. So I think I need to make sure that gets installed in the sandbox?bitter-ability-32190
01/02/2023, 5:15 PMloud-laptop-89838
01/02/2023, 5:16 PMbitter-ability-32190
01/02/2023, 5:39 PMloud-laptop-89838
01/02/2023, 5:40 PMbitter-ability-32190
01/02/2023, 5:49 PMloud-laptop-89838
01/02/2023, 5:51 PMpants fork to work on testing it and getting some feedback on it.loud-laptop-89838
01/02/2023, 5:52 PMbitter-ability-32190
01/02/2023, 6:00 PMbitter-ability-32190
01/02/2023, 6:00 PMloud-laptop-89838
01/02/2023, 6:02 PMloud-laptop-89838
01/02/2023, 6:02 PMwide-midnight-78598
01/02/2023, 7:02 PMloud-laptop-89838
01/02/2023, 7:02 PMwide-midnight-78598
01/02/2023, 7:03 PM./pants plugin init ... 🙂loud-laptop-89838
01/02/2023, 7:06 PMbitter-ability-32190
01/02/2023, 7:08 PMloud-laptop-89838
01/02/2023, 7:48 PMbitter-ability-32190
01/02/2023, 7:49 PMloud-laptop-89838
01/02/2023, 7:51 PMworkspace.write_digest()bitter-ability-32190
01/02/2023, 7:51 PM