JoelOtter / kajero

Interactive JavaScript notebooks with clever graphing
Other
1.87k stars 110 forks source link

Allow loading data from inside HTML document #45

Open JoelOtter opened 8 years ago

JoelOtter commented 8 years ago

It might be useful if data could be embedded into the same document - again in <script> tags - and the ID of those tags used as the datasource 'URL'.

mpe commented 8 years ago

This would be awesome, as it would allow me to send a single file to someone, or upload a single file somewhere, and have it work. (Obviously in addition to the css/js being included)

JoelOtter commented 8 years ago

@mpe cool, glad to have someone affirm this would be useful. 👍 It shouldn't be too hard to implement.