You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panthera.numpy doesn't exist anymore, the nb has to be updated, in the meantime you can substitute that require with (require [libpython-clj.require :refer [require-python]]) and (require-python '[numpy :as np]). Then the subsequent npy calls can be substituted with np/f-name.
In https://github.com/alanmarazzi/panthera/blob/master/examples/panthera-intro.ipynb the code cell 32 reads:
However, no such namespace exists.
The text was updated successfully, but these errors were encountered: