mwouts / itables

Pandas DataFrames as Interactive DataTables
https://mwouts.github.io/itables/
MIT License
757 stars 56 forks source link

FileNotFoundError: require_config.js #48

Closed housezipmex closed 2 years ago

housezipmex commented 2 years ago

Hi This is the first time I tried to use itables on Jypyter. Got this error FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\username\\Anaconda3\\lib\\site-packages\\itables\\require_config.js' version 0.4.3

mwouts commented 2 years ago

Damned! You're right, I forgot to update setup.py. This will be fixed in itables==0.4.4.

mwouts commented 2 years ago

The new version is being published on pip, thank you so much for reporting this!

housezipmex commented 2 years ago

Thank you