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
Maybe I'm misunderstanding this, but from what I can tell all the constructors for ipysheet.sheet, ipysheet.cell, ipysheet.row, ipysheet.column constructors add everything to the globals() namespace. Is there a way to keep the sheet info encapsulated per sheet? Something like, mySheet.columns["MyCol"] >> cells tuple
The text was updated successfully, but these errors were encountered:
Maybe I'm misunderstanding this, but from what I can tell all the constructors for ipysheet.sheet, ipysheet.cell, ipysheet.row, ipysheet.column constructors add everything to the globals() namespace. Is there a way to keep the sheet info encapsulated per sheet? Something like,
mySheet.columns["MyCol"]
>>cells tuple
The text was updated successfully, but these errors were encountered: