When jackhammer drops you in an ipython shell, autocomplete doesn't work because jedi doesn't support python 3.12. jedi 0.17 is installed to the virtual env, presumably via pip. Need to figure out what is pulling it in and why it uses this outdated version.
When
jackhammerdrops you in anipythonshell, autocomplete doesn't work becausejedidoesn't support python 3.12.jedi 0.17is installed to the virtual env, presumably viapip. Need to figure out what is pulling it in and why it uses this outdated version.