Cell.run() does not supports dict and dataframe arguments
At a glance
The community member is facing a TypeError when using a pandas DataFrame or a dictionary as one of the arguments in the Cell.run() function in their notebook. Another community member acknowledges the issue and says they can fix it. The community members then discuss opening an issue on GitHub to track the bug, which one of them does.
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!