pjgao/eplot

'eplot' Not working

Opened this issue · 1 comments

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'"

pjgao commented

Did you import the module by from epolot import eplot or import eplot successfully?