Operate first Jupyterhub application provides a Jupyter notebook environment for python development and running machine learning workloads. In this repository, we analyze the data generated from the application hosted on the Operate First cluster on Openshift.
Other
2
stars
3
forks
source link
Current set of packages in image throw `ValueError` when reading parque files in `use_data.ipynb` #36
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.
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.