Closed mustachemo closed 1 year ago
i forgot to put funnctions in their prooper utility classes. i'll do that after you guys check
Attempting to run "run.py" results in the following error. I've also attempted this after rebuilding the env. I'll provide updates when I find a resolution. Consider merging the develop branch into this one before we continue with the pull request.
Traceback (most recent call last): File "C:\Users\usr\OneDrive\Documents\GitHub\data-runners\run.py", line 1, in
from dashboard import app File "C:\Users\usr\OneDrive\Documents\GitHub\data-runners\dashboard__init__.py", line 29, in Output('editable-table', 'data', allow_duplicate=True), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: DashDependency.init() got an unexpected keyword argument 'allow_duplicate'
Attempting to run "run.py" results in the following error. I've also attempted this after rebuilding the env. I'll provide updates when I find a resolution. Consider merging the develop branch into this one before we continue with the pull request.
Traceback (most recent call last): File "C:\Users\usr\OneDrive\Documents\GitHub\data-runners\run.py", line 1, in from dashboard import app File "C:\Users\usr\OneDrive\Documents\GitHub\data-runners\dashboardinit.py", line 29, in Output('editable-table', 'data', allow_duplicate=True), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: DashDependency.init() got an unexpected keyword argument 'allow_duplicate'
that's a weird error. allow_duplicate has been used in most of our callbacks.
i don't think removing rows works. but we can add that later
I've also added notification support. Now you can add any notification to any callback, follow these steps: