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 am playing around with Jupyter notebook and I notice that in my most recent version of Scalation (downloaded some time late last month), it does not support scalation.relalgebra. So when I import scalation.relalgebra.Relation it says it can't find relalgebra in scalation. I found that the method Relation is in the library columnar_db now. So when I do import scalation.columnar_db.Relation. It is all good!
I believe other notebooks have similar issues too on relalgebra library
The text was updated successfully, but these errors were encountered:
I am playing around with Jupyter notebook and I notice that in my most recent version of Scalation (downloaded some time late last month), it does not support
scalation.relalgebra
. So when I importscalation.relalgebra.Relation
it says it can't findrelalgebra
in scalation. I found that the methodRelation
is in the librarycolumnar_db
now. So when I doimport scalation.columnar_db.Relation
. It is all good!I believe other notebooks have similar issues too on
relalgebra
libraryThe text was updated successfully, but these errors were encountered: