You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/workspaces/BlocklyML/app.py", line 18, in
from libs.dataframe_visualizer import dataframe_visualizer
File "/workspaces/BlocklyML/libs/dataframe_visualizer.py", line 9, in
pd.set_option("display.max_colwidth", -1)
File "/home/codespace/.local/lib/python3.12/site-packages/pandas/_config/config.py", line 274, in call
return self.func(*args, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/codespace/.local/lib/python3.12/site-packages/pandas/_config/config.py", line 171, in _set_option
o.validator(v)
File "/home/codespace/.local/lib/python3.12/site-packages/pandas/_config/config.py", line 921, in is_nonnegative_int
raise ValueError(msg)
ValueError: Value must be a nonnegative integer or None
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/workspaces/BlocklyML/app.py", line 18, in
from libs.dataframe_visualizer import dataframe_visualizer
File "/workspaces/BlocklyML/libs/dataframe_visualizer.py", line 9, in
pd.set_option("display.max_colwidth", -1)
File "/home/codespace/.local/lib/python3.12/site-packages/pandas/_config/config.py", line 274, in call
return self.func(*args, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/codespace/.local/lib/python3.12/site-packages/pandas/_config/config.py", line 171, in _set_option
o.validator(v)
File "/home/codespace/.local/lib/python3.12/site-packages/pandas/_config/config.py", line 921, in is_nonnegative_int
raise ValueError(msg)
ValueError: Value must be a nonnegative integer or None
The text was updated successfully, but these errors were encountered: