eplot
eplot copied to clipboard
'eplot' Not working
None of the code in the examples notebook eplot usage example.ipynb is working
I get errors:
trying to setup:
eplot.set_config(return_type='HTML') # default by htm
gives "module 'eplot' has no attribute 'set_config'"
df.col3.eplot()
gives"'Series' object has no attribute 'eplot'"
and
df.eplot()
gives " 'DataFrame' object has no attribute 'eplot'"
Did you import the module by from epolot import eplot or import eplot successfully?