kylebarron / stata_kernel

A Jupyter kernel for Stata. Works with Windows, macOS, and Linux.
https://kylebarron.dev/stata_kernel/
GNU General Public License v3.0
266 stars 57 forks source link

Use importlib.resources instead of pkg_resources #420

Open kylebarron opened 2 years ago

kylebarron commented 2 years ago

A newer, slimmer, standard-library method of file access with a pre-3.7 backport https://importlib-resources.readthedocs.io/en/latest/