rht

Results 789 comments of rht

> inside PyPlotVisualization.py, do a try import matplotlib. If this fail raises an error and say that the optional dependency matplotlib is missing Not yet addressed. Also the new const...

- There is one issue with the `import matplotlib` still not yet resolved - You need to squash your commits into 1 commit

Here is an example UX in Pandas. I was trying to use the `string[pyarrow]` feature, which depends on an optional dependency of PyArrow. I got this error message: ``` ImportError:...

It has been 2 days. @Corvince you should just go for it.

Reading https://stackoverflow.com/questions/42182707/pip-not-installing-entry-points-as-executables, it might be the case that `pip install` installs the CLI to a different path from `python setup.py install`.

This is not a Mesa-specific problem, this is `pip install` path. `pip` installs the executable in a path that happens to not be included in your `$PATH`. You simply need...

I usually just run a simulation straight from the .py file itself and I have my `$PATH` defined properly. And so this has escaped my radar. The relevant issue is...

> However, maybe I didn't get how it works, the grid visualization fails. What is your error message? Also, it'd help if you have a public code that I can...

Since the documentation is a part of the repo itself, it is not possible to put in the regenerated class diagram without forcing anyone to regenerate it every time. It...

IIRC usually this would be the projects with implementations in several languages. It's all sewn in in 1 repo for [cpython](https://github.com/python/cpython/tree/master/Doc), [Django](https://github.com/django/django/tree/master/docs), [numpy](https://github.com/numpy/numpy/tree/master/doc). There is no precedence to draw from....