amicitas

Results 9 comments of amicitas

As I am sure you can gather from my write up, this is not a bug, but rather an enhancement request.

I do like the idea of adding the possibility of allowing the specification of ghost variables, `!gv = 0.0`. But more importantly it would be nice if the `parser` class...

It turns out that this bug (the ability to expand arrays as in the original bug report) affects my application in a critical way. For the time being instead of...

I don't get this error anymore. (However I also don't get any figure at all to show in my notebook at this point, probably unrelated to this issue.) Python 3.9.7...

In jupyter notebook 6 the keyboard shortcuts that I used the most were: - restart kernel and clear all output (no confirmation dialog) - restart kernel (no confirmation dialog) -...

Thank you, I was able to find the appropriate commands in the JSON Setting Editor. This doesn't include the versions without the dialog, but I think that may be solved...

I was able to successfully install python 3.12.6 after explicitly setting `LDFLAGS` and `CPPFLAGS` to point at the macports lib and include directories. `LDFLAGS="-L/opt/local/lib" CPPFLAGS="-I/opt/local/include" pyenv install 3.12.6`

In the past I believe that macports was supported transparently in pyenev, so this feels like a regression to me. I would suggest two possibilities: - Add a search for...