CermakM / jupyter-datatables

Jupyter Notebook extension leveraging pandas DataFrames by integrating DataTables and ChartJS.
MIT License
238 stars 27 forks source link

start error in init_datatables_mode() #17

Closed caowencai closed 5 years ago

caowencai commented 5 years ago

*

image

CermakM commented 5 years ago

Uh, right ... It is installing the older version of jupyter-require ... It is still in pre-release, so it doesn't get installed by default.

I am gonna release the new stable ASAP, sorry for this. Meanwhile, manually installing the jupyter-require with --pre option should fix this.

caowencai commented 5 years ago

Fine at my windows, tks. But still not work at CentOS jupyter-server

image

CermakM commented 5 years ago

The jupyter-require v0.3.0 has already been released, so that should fix the first issue.

Ah, nice observation! This would probably be the pandas version. The table_id has been added to pandas in 0.23.0 according to the documentation. Please, check that you've got version >= to that one.

I am gonna add it to the requirement files.

caowencai commented 5 years ago

Get it. Thank you~

CermakM commented 5 years ago

https://github.com/CermakM/jupyter-datatables/commit/a1573cfbcfab75380fcb79a6b82595f0aaac6c61 should fix this ... the patch has already been released as well.

Thanks for reporting!

Cheers, Marek