Kyle Barron
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.~~ 
~~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.~~