this is probably an obvious issue but like outside...
# announce
a
this is probably an obvious issue but like outside of some dependency ordering thing i'm not getting or like some intermediate version being removed in the interim -- not sure of how best to investigate
e
This will net you 2-3 recent fairly obvious fix commits to cherry-pick :
git log --stat -Sjupyter
This kills the monstrosity outright but is dependent on perhaps too many other changes to cherry-pick: https://github.com/pantsbuild/pants/pull/6619
a
i can try the pickaxe -- having the logging fixes alone is a lot of changes to cherry-pick and would prefer to avoid further if possible. will look at that pr if the search is futile
lmao i need to remember how to use git
pulling in your commit now with the jupyter-console requirement
confirmed fix
thanks a lot!
e
You're welcome.