Kyle Barron

Results 1059 comments of Kyle Barron

It looks a little advanced, but could go in an admonition block titled "Advanced method for non-admin installation on Windows"

Probably either - network connectivity - the Stata HTML help page doesn't exist for the command you're looking for. Check if `https://www.stata.com/help.cgi?` exists.

Interesting. Well I haven't heard any other reports of this, and I don't have access to Stata anymore to debug.

This is an unrelated issue, because the pip you’re invoking is linked to the non-Anaconda python. Use `python -m pip` to make sure you’re using the same python executable for...

@mcaceresb I think this is probably related to the recent change here https://github.com/kylebarron/stata_kernel/commit/d436d9be8a94858ddbbb5853bfbbf0e852a41ff0#diff-989130b8db8fa5d0d5369619ecb45f2b72696aa855d481b5169c13157ab67b86R5-R8 hence the "Cannot import kernel". I think that block really needs to at least print the caught...

From above: > ``` > pip3 install -U git+https://github.com/kylebarron/stata_kernel > python3 -m stata_kernel.install > ``` You need to copy/paste that link

I don't think there's any reason why it shouldn't work with Python 3.8 or 3.9... The restriction in the metadata file is just 3.5+ https://github.com/kylebarron/stata_kernel/blob/ec3f51c2f4b2cf5469a53b7de06f9511ebd07ba4/setup.py#L57

Yes, this is known behavior. The issue is that I don't get to choose which Stata session I connect to. By default, it connects to the earliest opened Stata session,...

With the next release, with https://github.com/kylebarron/stata_kernel/pull/251, you'll be able to use `%show_gui` to bring up your preexisting Stata session that got hidden.

I just pushed a new release to PyPI, so the `%show_gui` magic is enabled now.