kylebarron / stata_kernel

A Jupyter kernel for Stata. Works with Windows, macOS, and Linux.
https://kylebarron.dev/stata_kernel/
GNU General Public License v3.0
264 stars 57 forks source link

Stata 17 #402

Closed kkranker closed 2 years ago

kkranker commented 2 years ago

Stata 17 has new features to work with Jupyter notebooks: https://www.stata.com/new-in-stata/jupyter-notebooks/ In this brave new world, I don't see any big reason to use stata_kernal to work with Jupyter notebooks--I can just use Stata's version. However, I'd like to leverage the Stata version of the kernel in other settings -- namely in VS Code (or Atom). Do you know anything about how to do that? Thanks!

kylebarron commented 2 years ago

You might want to read through https://github.com/kylebarron/stata_kernel/issues/387 for some discussion. I think there are pros and cons to each notebook solution. I haven't used Stata in years so I have no idea how Stata 17's support would work, but it looks like it runs in a normal IPython kernel, so you should be able to follow any normal IPython + Jupyter instructions.