Jan Kwakkel

Results 545 comments of Jan Kwakkel

#2510 is adding this warning.

Does it say anything in the bar? This is most likely an issue in solara/javascript. I have seen others with similar issues but I so far haven't been able to...

I am on a mac and for me, everything works fine. So, it can work on a. mac.

I'll pick up the read the docs stuff as discussed today.

I agree its some work but not as bad as what I did a few weeks back with the docstrings. With @Corvince, I believe that we should just enable it...

The example level readme is already included. I hope to find some time this weekend to do the overview of examples readme.

Many of these are already supported in the current code pace. Whe have space visualization and line plots for output. Text based output is available in solara and demonstrated in...

This is a properly obscure problem. It arises from trying to deepcopy the `OrthogonalMooreSpace`. Even worse, whether or not the error triggers depends on the size of the grid (which...

I have committed a possible fix in line with my previous comment. In short, In `Cell.__getstate__`, I set "connections" to an empty dict. In `DiscreteSpace.__setstate__`, I rebuild the connections via...

I agree that this is not yet the desirable API. Ideally, it becomes declarative in some sense, but some further development is needed under the hood to get to that...