Ties de Kok

Results 32 comments of Ties de Kok

Re-reading your previous issue I realized that I misunderstood the problem. Yes, the way that ipystata captures the output is by opening up a log file, and Python will monitor...

I have been thinking about that as well, it would be a very convenient feature for sure. I will keep it in the back of my mind, maybe I can...

My limited research on this functionality does suggest that the best way would be to develop a notebook extension that allows the user to apply cell magic to a group...

Would something like a `-m` / `--mata` argument help? Changing it to `%%mata` is a bit more complex as that would make it a new magic class. Having a `--mata`...

Hi Matt, I have implemented the `-m` / `--mata` arguments and adjusted my log file processor to filter out the Mata commands. Could you test it for me to see...

Hi Matt, Great, you are more than welcome! PyPi is having issues right now but I will push it as an official version somewhere this weekend. :smile:

This is not currently possible (see #9 for the reason why). However, it is on my to-do list to write a pre-processor that will use Python to take the code...

It actually turned out to be a very easy solution. As long as the `///` is directly followed by a new line it should work now with version 0.3.5. You...

+1 On screen: ``` The error was: TypeError: Cannot read property 'language_info' of undefined See the error console for details. ``` In console: ``` [E 10:10:23.176 NotebookApp] Unhandled error in...

I'll see what I can do. The thing is that `number in play` is not necessarily more informative than `probability to draw`. I can illustrate this using an extreme example:...