Geoff Boeing
Geoff Boeing
Thanks @minrk. It looks like presently there's no API to configure this programmatically? This creates a challenge for developing a package that's cluttering the notebook with log output which previously...
@minrk a little more troubleshooting detail. This issue occurs on all of my Linux machines. But, this issue does not occur on my Windows machine: all output can be diverted...
Unfortunately using that private `_should_watch` attribute doesn't seem to get the output to the terminal window either: ```python import sys from contextlib import redirect_stdout terminal = sys.__stdout__ print('test1') # this...
Thanks, that seems to do it.
I'm open to building for amd64 and arm64. However, when I looked into this in the past, I got an error running something simple like this on my linux machine:...
> Then, any new tags could automatically build and push a new image. This could work. The reason I haven't done so in the past is that it takes an...
Another option may be to include a linux `sleep` command at the beginning of the action, something like `sleep 10800` to make it delay 3 hours before running.
Thanks for exploring this further. I took a look at the PR, but I'm growing a bit leery of the complexity of this solution. I see the value in having...
@tomharvey see the proposed fix in #869. I'm not sure if this solution will please you, but it's a lighter weight solution that results in amd64 and arm64 images. I...
There's a lot going on in your snippet, and I don't see where you originally created your graphs, but here's a minimal reproducible example and it appears that the numbers...