Open
Description
When I ran %reload_ext lab_black
in my Jupyterlab, I got an error message:
ERROR:root:__call__() missing 1 required positional argument: 'value'
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.7/site-packages/lab_black.py", line 218, in format_cell
formatted_code = _format_code(cell)
File "/opt/anaconda3/lib/python3.7/site-packages/lab_black.py", line 29, in _format_code
return format
4FCD
_str(src_contents=code, mode=FileMode())
TypeError: __call__() missing 1 required positional argument: 'value'
Which function misses what argument? Also, I just updated to Jupyterlab to 2.1.0 so I don't know if there are weird incompatibility issues. Did anyone encounter this? Thanks!!
Metadata
Metadata
Assignees
Labels
No labels