I have the following issue in our PythonQL project:
When I'm running from Jupyter notebook, this message pops up all the time: WARNING: yacc table file version is out of date Generating LALR tables
However, when using from command line, this doesn't happen at all (we ship with precomputed parser files).
We're adding Jupyter support right now and would like to fix this, but have no idea where to look for a solution...