Benjamin
Benjamin4w ago

Cell.run() does not supports dict and dataframe arguments

Hello, I was planning to use the newest testing feature for my notebook, but unfortunately i'm facing an error when trying to run cells from another notebook dedicated to testing. Using the Cell.run() function throws a TypeError This cell raised an exception: TypeError('unhashable type: 'DataFrame' / 'dict') when using a pandas DataFrame or a dictionary as one of the kwargs. I am using the latest version. Thanks in advance!
No description
5 Replies
Hall
Hall4w ago
Someone will reply to you shortly. In the meantime, this might help:
Akshay
Akshay4w ago
Thanks for reporting, this is a bug; I can fix it.
Benjamin
BenjaminOP4w ago
Thanks! I can open an issue on github if you need
Akshay
Akshay4w ago
Please do, that will help me track
Benjamin
BenjaminOP4w ago
GitHub
Cell.run() does not supports dict and dataframe arguments · Issue #...
Describe the bug Hello, I was planning to use the newest testing feature for my notebook, but unfortunately i'm facing an error when trying to run cells from another notebook dedicated to testi...

Did you find this page helpful?