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
Hi, after I successfully run $ docker-compose up notebook; and start coclean notebook.
I import the notebook from local space, and when I run the cell import collaborative_data_frame, it just returns me not found module collaborative_data_frame. So I wonder how could I deal with this? Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I think the qgrid version is not the latest one, so it would bring up compatibility issues between pandas and grid.
The way is to update the version to https://github.com/quantopian/qgrid/pull/290/files. And then it could work.
Hi, after I successfully run
$ docker-compose up notebook
; and start coclean notebook.I import the notebook from local space, and when I run the cell import collaborative_data_frame, it just returns me not found module collaborative_data_frame. So I wonder how could I deal with this? Thanks!
The text was updated successfully, but these errors were encountered: