Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gaksaray/stata_kernel

A Jupyter kernel for Stata. Works with Windows, macOS, and Linux.
https://github.com/gaksaray/stata_kernel

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# stata_kernel

Minimal personal version.

Changes:
- Stata 17 inline graph fix from: https://github.com/simon-d-s/stata_kernel/tree/dev-stata17-graph-fix
- Added several Stata 16 and 17 commands to highlighting
- Updated Stata versioning in config and other files to 17
- Removed %help magic all together as it wasn't working properly (e.g., %help kernel was giving me an error)

To install in a conda environment:
```
conda install git
pip install git+https://github.com/gaksaray/stata_kernel@master
```

Tested on Anaconda version 2021.05 and Stata/SE 17.0 for Windows (64-bit).