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
262 stars 55 forks source link

%help magic does not work for Stata commands #426

Open arnonerba opened 2 years ago

arnonerba commented 2 years ago

The %help magic does not currently seem to work for Stata commands. Built-in commands like %help magics work, but Stata-specific queries like %help histogram do not. The cell is marked as [*] in JupyterLab and never returns any output.

I can confirm this behavior on an Ubuntu 20.04 system running Stata 17 and on a Windows system running Stata 15. The stata_kernel debug log is empty.

mcaceresb commented 2 years ago

Just to confirm, do you have internet? (i.e. while running the kernel)

arnonerba commented 2 years ago

Yep, I have Internet access, and help commands work properly in the Stata app itself (at least on the Ubuntu 20.04 machine).