Kyle King
Kyle King
Here's an easy solution if you don't mind adding `readline` as a dependency: > http://bogojoker.com/readline/#autocomplete_strategies
The [monitoring package](https://www.npmjs.com/package/monitoring) is a rewrite of `arrive` and can watch for elements in iframes: ```javascript const monitor = monitoring(document.body, {iframes: true}); monitor.added('div', div => { if (div.ownerDocument != document)...
Could we wrap `NMatrix` output in an `IRuby::Table`? By default, a table will only display the first and last `n` rows. I'm not really sure how to limit output in...
This looks like an issue with your Ruby installation. What platform are you on? How did you instal ruby? What is the output of `iruby --version`?
Would this work? ```ruby IRuby.display(IRuby.html( Erector.inline{ style raw(css_string) }.to_html )) ```
Do you want to supply a default, or do you want the browser to suggest previous values that had been used in that input?
It's probably worth noting that the trusted notebook feature was added so that we could add examples of what libraries could do within a notebook. The gallery was designed for...
Same `Failed to fetch` error here.
Same issue