Kyle Barron

Results 1610 comments of Kyle Barron

I don't think what you're trying to do is possible. When you install Stata-kernel under WSL, it understands the operating system to be Unix, and tries to start a console...

Just opening Stata isn't enough. The kernel doesn't just run scripts. You need to be able to communicate with the COM interface, aka be able to use the `win32com` Python...

Limitations: - ~~Can't run `log close _all` on Windows.~~ - ~~Creating a log file will have a lot of extra stuff in it.~~

In troubleshooting: ~~If you have multiple installations of Python on your machine, you need to run `python -m stata_kernel.install` with the correct one. Because the path of the executable gets...

Using dynamic documents with Hydrogen in Atom.

~~Note that `browse` (not the magic) will still work on Windows and on Mac when using Automation.~~ ![image](https://user-images.githubusercontent.com/15164633/45892383-f6037a80-bd95-11e8-8890-fc8bab3c50f4.png)

~~Add note about Stata compatibility. I think it should be compatible for 12+.~~

Tout nbconvert to PDF a bit more

More explanation of Mata support.

~~Developer documentation. How to build and deploy docs; how to push to pypi.~~