I installed the latest notebook plugin. After creating a new notebook and running h.objects() I get this:
NameError Traceback (most recent call last)
Cell In[13], line 1
----> 1 h.objects()
NameError: name 'h' is not defined
General python commands work. I can see a heedy module looking through the globals. I'm at a loss for what to do next.
I installed the latest notebook plugin. After creating a new notebook and running
h.objects()I get this:NameError Traceback (most recent call last)
Cell In[13], line 1
----> 1 h.objects()
NameError: name 'h' is not defined
General python commands work. I can see a
heedymodule looking through the globals. I'm at a loss for what to do next.