Hacker News new | ask | show | jobs
by JayOtter 3489 days ago
Or, if you prefer your interactive notebooks not to rely on a backend service: http://www.joelotter.com/kajero/
1 comments

That only works with JavaScript though or am I overlooking something?
Currently, yeah, just JS. It's aimed more at non-technical folks - the "clever graphing" stuff should work without writing much code, if any.

  > Currently, yeah, just JS.
How do they plan to make it support multiple languages without having a backend service?
There are a number of projects for transpiling X language into JavaScript. Most aren't super robust, but generally good enough for basic purposes. I feel once WebAssembly gets more steam, this will get even more robust.

Not claiming this is a good solution, but definitely would be one possible route.