-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dtale.show() error without data #835
Comments
You have not added any data to the dtale instance, and you can not do that. It is expected behavior
|
So @FedererKK it actually can be started without loading any data. If you do that it should prompt you with a popup to upload some data using the UI (as shown here) @wonb168 I will look into this and get back to you |
Very interesting and simple UX, I must have missed that :-) |
@wonb168 just released v3.9.0 to pypi (will be on conda-forge shortly) with this fix |
then got an error in browser:
Traceback (most recent call last):
File "/Users/mac/Library/Python/3.9/lib/python/site-packages/dtale/views.py", line 119, in _handle_exceptions
return func(*args, **kwargs)
File "/Users/mac/Library/Python/3.9/lib/python/site-packages/dtale/views.py", line 2875, in get_data
curr_dtypes = [c["name"] for c in global_state.get_dtypes(data_id)]
TypeError: 'NoneType' object is not iterable
why? thanks
The text was updated successfully, but these errors were encountered: