techmuch / jupyter-handsontables

MIT License
8 stars 2 forks source link

can not view handsontable #1

Open siyaoli opened 7 years ago

siyaoli commented 7 years ago

Hi,

I really like your repository of jupyter-handsontables. I followed the steps in the readme file, and tried the example. But I could not view the ht in the jupyter notebook, I always get errors of "http://localhost:8888/static/handsontable_view.js?v=20161228153112 Failed to load resource: the server responded with a status of 404 (Not Found)" and "Uncaught Error: Script error for "handsontable_view" http://requirejs.org/docs/errors.html#scripterror". Could you please give me some idea about that? Thanks!

techmuch commented 7 years ago

This code is probably not working right now because the ipywidget library has changed a couple of times since I wrote it. I am not sure when I will get back to fixing this. There are good examples of how to to use the ipywidget library in their documentation. This code just needs to be updated with respect to their changes.

analyticalmonk commented 7 years ago

@siyaoli I was able to view the dataframe using the example code (followed by ht.value). @techmuch I am unable to alter the dataframe interactively, unlike the original notebook from which the project is inspired. Can that also be because of the updated ipywidget library?