M

Results 5 comments of M

I worked with the `notebooks/SciPy-2022/02-*` files in Colab, and I had to make one notable tweak related to the `pymc` module. In addition to a manual install (expected with Colab),...

I'm having this issue too. Some things I've noticed: - I have a really small "training" file, so maybe that's creating a high bias towards those words? - See "Data...

Agreed, `TextBlock` needs an easy way to enable text selection. Current workarounds either lose some `TextBlock` behavior (as mentioned by @Red6789) or they just mimic text selection instead of the...

I agree that documentation is sorely needed for this project (ideally in the form of a website). The path forward might have to involve a new website, since @Keboo mentioned...

Looks like factorial was addressed in #435, but the PR was not merged. I'm confused why factorial was added to `BinaryExpressionType` enum though? Factorial is a unary operator. Also, he...