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
Describe the bug
When I run the second cell in notebook use_data.ipynb after starting the correct notebook image on smaug, the data does not load and I get the following error:
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
To Reproduce
Steps to reproduce the behavior:
Go to smaug jupyterhub spawner page
Start the operate-first-jupyterhub-analysis image
Open the notebook use_data.ipynb
Run all cells
See error
Expected behavior
Data loads correctly.
Additional context
I was able to fix this by installing the latest version of numpy in my JH environment. Need to update the packages used in the current notebook image.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I run the second cell in notebook
use_data.ipynb
after starting the correct notebook image on smaug, the data does not load and I get the following error:To Reproduce
Steps to reproduce the behavior:
use_data.ipynb
Expected behavior
Data loads correctly.
Additional context
I was able to fix this by installing the latest version of numpy in my JH environment. Need to update the packages used in the current notebook image.
The text was updated successfully, but these errors were encountered: