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
I cannot get ccfwidget to run. I get all sorts of errors when I try to do a simple installation from pip with the latest packages and I try to run CCFWidget() in a Jupyter Lab instance. I suspect that a few things have changed in the surrounding jupyter, widget, fsspec, and itk-related packages. @bendichter any ideas? Can you get the widget to run? On dandihub, I also run into the error in #30.
I created a fresh conda environment on my Mac M1, and installed a few older and extra packages which prevented some errors. Using Jupyter Notebook instead of Jupyter Lab to avoid dealing with registering extensions, which appears to have changed in recent jupyter versions and seems to be the cause of an error I experienced.
utils.js:91 Error: Could not create a model.
at utils.js:91:27
kernel.js:1010 Couldn't process kernel message TypeError: n._deserialize_state is not a function
at u._make_model (manager-base.js:228:42)
manager-base.js:228 Uncaught (in promise) TypeError: n._deserialize_state is not a function
at u._make_model (manager-base.js:228:42)
kernel.js:1010 Couldn't process kernel message TypeError: n._deserialize_state is not a function
at u._make_model (manager-base.js:228:42)
I cannot get ccfwidget to run. I get all sorts of errors when I try to do a simple installation from pip with the latest packages and I try to run
CCFWidget()
in a Jupyter Lab instance. I suspect that a few things have changed in the surrounding jupyter, widget, fsspec, and itk-related packages. @bendichter any ideas? Can you get the widget to run? On dandihub, I also run into the error in #30.I created a fresh conda environment on my Mac M1, and installed a few older and extra packages which prevented some errors. Using Jupyter Notebook instead of Jupyter Lab to avoid dealing with registering extensions, which appears to have changed in recent jupyter versions and seems to be the cause of an error I experienced.
Input:
No output or error.
In the Chrome Developer Tools console, I see:
pip list
:The text was updated successfully, but these errors were encountered: