CODAIT / text-extensions-for-pandas

Natural language processing support for Pandas dataframes.
Apache License 2.0
215 stars 34 forks source link

Add DataFrame interactive widget, widget sub-module, resources, and demo notebook. #238

Closed PokkeFe closed 2 years ago

PokkeFe commented 2 years ago
review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

frreiss commented 2 years ago

There are some issues with Python 3.6 and the structure of the import statements. Stack trace:

[...]
~/pd/tep-viz/text_extensions_for_pandas/jupyter/widget/widget.py in <module>
     25 import ipywidgets as ipw
     26 from IPython.display import display, clear_output, HTML
---> 27 import text_extensions_for_pandas.jupyter.widget.span as tep_span
     28 import text_extensions_for_pandas.jupyter.widget.table as tep_table
     29 

AttributeError: module 'text_extensions_for_pandas' has no attribute 'jupyter'

To replicate, use env.sh to create a conda environment with Python 3.6.