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!5 Replies
Someone will reply to you shortly. In the meantime, this might help:
Thanks for reporting, this is a bug; I can fix it.
Thanks! I can open an issue on github if you need
Please do, that will help me track
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...