plotly / dash-table-experiments

NO LONGER SUPPORTED - use https://github.com/plotly/dash-table instead
MIT License
174 stars 57 forks source link

AttributeError: module 'dash_table_experiments' has no attribute 'DataTable' #72

Closed dshefman1 closed 6 years ago

dshefman1 commented 6 years ago

Setup:

Jupyter Lab Version 0.32.1 and PyCharm 2018.1.4 (Community Edition) Build #PC-181.5087.37, built on May 24, 2018 JRE: 1.8.0_152-release-1136-b39 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0 Python 3.6.5

Relevant Library Versions:

chardet==3.0.4 click==6.7 Cython==0.28.2 dash==0.21.0 dash-core-components==0.22.1 dash-html-components==0.10.0 dash-renderer==0.12.1 dash-table-experiments==0.6.0 decorator==4.3.0 nbformat==4.4.0 numpy==1.14.2 pandas==0.22.0 pandas-datareader==0.6.0 plotly==2.5.1 python-dateutil==2.7.2 pytz==2018.4 requests==2.18.4 urllib3==1.22 Werkzeug==0.14.1

When I run any code in Pycharm or Jupyter involving dt.DataTable() I get the following error:

AttributeError: module 'dash_table_experiments' has no attribute 'DataTable'

Steps I have taken:

  1. Tried the code on Jupyter Lab IDE to see if it was an IDE problem
  2. Uninstalled and reinstalled dash-table-experiments
  3. pip install [package_name] --upgrade for the following libraries:

    dash 0.21.1 dash-core-components 0.23.0 dash-html-components 0.11.0 dash-renderer 0.13.0 dash-table-experiments 0.6.0 plotly 2.7.0

None of these 3 steps helped to resolve the problem.

Does anyone know how I can fix this so that I can begin to use this amazing package?

dshefman1 commented 6 years ago

I made a stupid mistake and named the file dash_table_experiments.py. If I could delete this "issue" I would. Please excuse my stupidity.