Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gaksaray/stata_kernel
- Owner: gaksaray
- License: gpl-3.0
- Fork: true (kylebarron/stata_kernel)
- Created: 2021-03-25T17:54:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T13:00:29.000Z (over 2 years ago)
- Last Synced: 2024-05-15T04:35:11.751Z (6 months ago)
- Language: Python
- Homepage: https://kylebarron.dev/stata_kernel/
- Size: 20.2 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).