Hacker News new | past | comments | ask | show | jobs | submit login

The goal of this project is to expose the power of node in the easiest way possible. If a package exists to do the sort of analysis you're looking for, then I think you will find it fastest with Tonic -- since you can search for these things right in your product and try them. You can instantly include two similar libraries and compare them, no search - install - remove loop. If node gets better, Tonic gets better. Additionally, notebooks can also be required, and we have primitive support for custom viewers through our HTML viewer. If you publish a notebook that takes data and spits out amazing D3 graphs, we'll render them. Granted, what we have today is a start, but the importance is how it can grow. And yes, for the record we have bar charts.



I would write a charting library that uses d3 to let you chart in the repl. Let me import a 1D array of numbers and make a histogram in one line. Let me import a time series and plot that in one line.

This is meat. What you've got is fluff. No offense, its neat and you're obviously capable of what I'm suggesting. Take on the core problem of charting and you can create real value here.


Sorry, I think I misinterpreted your original post (apologies). I thought you were saying "is this only good for one liners?", not "can this be done in one line". Now that I further understand what you are saying, I can very confidently say we are on the same page. What we have now should hint at what we want: there's actually no code to generate a graph, we interpret that any array (or array of arrays, or array of objects that have the same keys) can be interpreted as a graph. So we allow you to put that view on the data after the fact (as opposed to forcing you to learn the histogram function for example). Under the hood this is done with some schema generation/sniffing and query language. All this to say, the current graph viewer is certainly more powerful under the hood -- and we'd definitely like to make the features you requested easily available. Again -- really sorry I misunderstood what you were saying.


Oh great to hear! Awesome.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: