stata_kernel icon indicating copy to clipboard operation
stata_kernel copied to clipboard

A Jupyter kernel for Stata. Works with Windows, macOS, and Linux.

Results 71 stata_kernel issues
Sort by recently updated
recently updated
newest added

#### Problem description I've been using stata_kernel for a while to run Stata code in a Jupyter notebook, though with long gaps as I only use Stata from time to...

Now that the VSCode supports Jupyter kernels (at least in the [insider's edition](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter)), I was wondering if it would be possible to leverage it to use Stata in VSCode via...

When I run the code ```stata sysuse auto hist price ``` **Expected results**: the plot **Actual Results**: the plot + the text `format` Here is a screenshot: ![stata_plot_format](https://user-images.githubusercontent.com/1871086/167155630-c50669ac-2bac-4548-9d46-7261ea82c11c.png) This is...

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...

Hi,thank you for writing stata_kernel, which is very convenient to use. I can use python's powerful data functions and stata's powerful statistical functions at the same time. But there is...

I don't have a ton of free time at the moment, but here are some (opinionated) suggestions for making the repo easier to maintain in the future. Take these as...

Bumps [ipython](https://github.com/ipython/ipython) from 6.5.0 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...

dependencies

#### Problem description The python dependencies, specially those outlined in `requirements_dev.txt`, are dated. Unit tests (via `pytest`) are additionally failing. The issue seems to be that python packages have changed...

A newer, slimmer, standard-library method of file access with a pre-3.7 backport https://importlib-resources.readthedocs.io/en/latest/

#### Problem description `*` is not parsed correctly with multi-line syntax statements. It's a stand-in that allows passing options across programs, but the kernel registers it as a comment if...