You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully installed stata_kernel 1.12.2 via Anaconda. I have edited the .conf file with the path to my StataMP-64.exe file in my home directory.
When I try to run a simple command like
sysuse auto
The kernel simply runs with no option to interrupt. The kernel can be restarted, but goes straight back to just loading and loading.
What seems to be the issue?
I am using VS Code for my .ipynb notebook files.
(No log)
Expected Output
(1978 automobile data)
Other information
Windows 10 Pro (64-bit)
Stata 17 MP (2-core)
stata_kernel (1.12.2)
Visual Studio Code (1.71.2)
The text was updated successfully, but these errors were encountered:
As far as I know, stata_kernel should be able to open datasets under Stata 17. It is possible that the kernel is not able to find your Stata installation though. Have you tried manually setting Stata's path in stata_kernel.conf?
In general, Stata 17 have introduced a number of changes that breaks compatibility with stata_kernel. You might want to try pystata-kernel, which works mostly just like stata_kernel but specifically for Stata 17. If it also does not work, then the issue almost certainly lies with path detection.
Problem description
I have successfully installed stata_kernel 1.12.2 via Anaconda. I have edited the .conf file with the path to my StataMP-64.exe file in my home directory.
When I try to run a simple command like
The kernel simply runs with no option to interrupt. The kernel can be restarted, but goes straight back to just loading and loading.
What seems to be the issue?
I am using VS Code for my .ipynb notebook files.
(No log)
Expected Output
Other information
The text was updated successfully, but these errors were encountered: