Open kylebarron opened 6 years ago
Limitations:
log close _all
on Windows.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 put as the executable in kernel.json
.
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.
Mention using console with regular Stata file in jupyter lab
If you clear all global macros, graphs won't work it takes an extra command for the global to re-instantiate
qui
jupyter kernel --kernel stata
, to start a Stata kernel that (multiple) other clients can connect to.Add note that it's fine in Stata to runThis is not always true.if/else if/else
blocks separately. This means it's 100% ok to just shift-enter through the whole document.