Ross Barnowski
Ross Barnowski
The proposal seems sensible to me, but I'd be hesitant to actually adopt any new suggestions/rules without first having some sense of how much churn the proposed rule would cause...
Okay, it looks like a dependency resolution problem. We're getting very old versions of both Pillow (which is requiring a local wheel build, which is subsequently failing) and imageio (which...
I used a script to autoconvert all the `.ipynb` files to markdown-based notebook format, but this really gummed up the PR with diffs that aren't relevant for the discussion... I...
I managed to figure out how to unwind my "convert all ipynb -> md w/ jupytext" commit and limit the conversions to only those files that are actually used in...
I'm partial to CircleCI for building sphinx sites because of the nice preview options but I didn't bother adding a whole new CI service in this PR. In the absence...
> Hey, Ross, this looks great and is a huge improvement over what we have right now. I'm happy to merge, but there's a small issue with the "imageconverts" package...
> How about adding those logs as build artifacts? One of the advantages of this build system is that failures in the notebook execution actually show up in the rendered...
> what pipeline did you use for NumPy / networkx? The tutorials sites for both NumPy and NetworkX use sphinx + the myst_nb extension directly rather than Jupyterbook. AIUI, jupyterbook...
> I presume that this is the focus of #59 To some degree - splitting up the "build" dependencies (e.g. the executablebook project deps) and the dependencies needed to actually...
Yeah there are multiple potential failure modes. Changes to the pip resolver have caused problems recently, see e.g. pypa/pip#10201, but there have also been dependency conflicts between e.g. jupytext and...