Scott W Sides
Scott W Sides
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? A customer upgraded to Mac Monterey 12.5...
Sorry for asking this question if its been answered somewhere already, I have found .cube examples but none of them seem to work for my case. Before providing more detail......
I'm using Miniconda.....sh script to create conda python environment and I've conda installed mamba. Then any mamba install command gives [swsides@haswell chemistream-all]$ cs-env/bin/mamba install -n base -y -c conda-forge scipy...
### Description This error was supposed to have been fixed from reading other tickets... but its still not working for me. I've tried several versions of Docker Desktop, including the...
Is there a way to capture ipywidget output and direct to a file? eg ``` nout = ipywidgets.Output() with nout: print("hi there") ``` and instead of "hi there" going to...
I'm using a multi-stage setup for my docker builds eg In image 'main' COPY --from=some-base-image ...... When I rebuilt 'some-base-image' Id like to have 'main' auto-rebuild. How can I do...