hugetim / jupyter-doexport

A custom exporter to export Stata Jupyter Notebooks to do-files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stata Do File Exporter

Stata Do File Exporter provides a context menu and template for exporting a jupyter notebook with Stata kernel, to a do-file with all markdown and code ready to be executed at the Stata GUI or console.

To install the exporter, write:

pip install Stata-Do-file-Exporter

Your jupyter notebook should not be available for export from the File -> Download as menu.

Currently, translation of stata_kernel magics are not supported.

Thanks also to

Kyle Barron for an amazing Stata kernel implementation. You can see how to install it here.

About

A custom exporter to export Stata Jupyter Notebooks to do-files

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 72.5%Language:Python 17.8%Language:Stata 6.3%Language:Smarty 3.4%