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
262 stars 55 forks source link

Dev graph match fix #422

Closed mcaceresb closed 2 years ago

mcaceresb commented 2 years ago

@kylebarron Just tagging you in case you know how to make pexpect match the parenthesis when you pass \(? to the regex. Otherwise I'll keep my ad-hoc fix of manually adding the parenthesis; seems clunky but it works.

kylebarron commented 2 years ago

@kylebarron Just tagging you in case you know how to make pexpect match the parenthesis when you pass \(? to the regex.

No idea on the top of my head. I'd have to look at the docs