TypeError: Cannot read property 'from_iterable' of undefined
See original GitHub issueIssue
I made a minimalistic React based project that tries to embed Hiplot.
My repo
I followed the instructions in the documentation: NPM library (javascript).
What happened? Installation worked
$ npm install
Starting npm worked
$ npm start
There was an error in my browser
What did you expect to happen? I expected to see a website that had Hiplot which would be like in my notebook or like in the pip’s Hiplot webserver or in like your demo.
Goal
I want a website that visualizes my data that is in CSV format with cool looking parallel plots. I achieved this by using an <iframe /> and a separate Hiplot webserver. But the documentation claims that your React component could also work.
Thanks
The Hiplot looks amazing and I really appreciate that there is someone maintaining it. Thank you for reading my issue.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top GitHub Comments
Hi @KasperKivimaeki
Thank you for your report. The Javascript lib is very recent, and I’m also trying to figure out how to package it the best I can. I plan to push a new npm package tomorrow - I’ll let you know. Maybe you can try my dev package - do you have the same problem? (
npm install @d3rd/hiplot-dev
and replacefrom 'hiplot';
withfrom '@d3rd/hiplot-dev';
in your code)Just pushed
0.1.13
on npm, so you should be able to use it again 😃 Sorry for the issues - closing