Minimal personal version.
- 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:
- Download the anaconda distribution of Python_
- In the terminal write
conda deactivate
conda env remove -n stata2
conda create -n stata3 python=3.8
conda activate stata3
conda install git
pip install git+https://github.com/cmg777/stata_kernel@master
python -m stata_kernel.install
conda install jupyterlab
jupyter lab
Tested on Anaconda version 2021.05 and Stata/SE 17.0 for Windows (64-bit).