Developer Docs
For information on how to help improve the nbstata code, see: CONTRIBUTING.md
The main dependencies among the principal nbstata modules:
The complete list of modules:
Title | Description |
---|---|
misc_utils | General helper functions with no Jupyter or pystata dependence |
config | Utilities for loading Stata and nbstata |
stata |
Simple wrappers for pystata /sfi functionality
|
stata_more |
Helper functions that expand on pystata /sfi functionality
|
code_utils | Stata-related helper functions with no Jupyter or pystata dependence |
noecho | For running multi-line Stata code without echoing the commands |
pandas |
Stata-to-pandas utilities, used in nbstata.browse
|
browse | Helpers for browse, head, and tail magics |
stata_session | A class for representing a Stata session |
magics | IPython magics for nbstata |
completion_env | Autocomplete helper: determine context of the token to be autocompleted |
completions | Autocomplete functionality |
inspect | Provides output for kernel.do_inspect() |
cell | Class representing a single code cell |
kernel | IPythonKernel based on pystata |
install | nbstata kernel install script |
No matching items