I'm trying to execute an example from the book "Kalman_and_Bayesian_Filters_in_Python" on page 17. I write the code in jupyter in a web browser. But I get an error:

No module named 'gh_internal'.

How to connect this module? In Pycharm like the filterpy library installed. enter image description here

  • "In Pycharm like filterpy installed" - are you sure that jupyter uses the same python environment as PyCharm? It would be good to write a canonical question / answer about "I installed the X module in the Y environment, but it is not imported into Z" , it would be possible to close it as a duplicate. - jfs

0