Benjamin
Benjamin2d 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
Hall2d ago
Someone will reply to you shortly. In the meantime, this might help:
Akshay
Akshaythis hour
Thanks for reporting, this is a bug; I can fix it.
Benjamin
BenjaminOP23h ago
Thanks! I can open an issue on github if you need
Akshay
Akshay23h ago
Please do, that will help me track
Benjamin
BenjaminOP13h 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?