You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IRuby notebook uses some dependent js (when we export as html we can find the <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script> ). If we remove them it works fine.
thead
andtbody
html code separately. You can see the changes here : https://github.com/SciRuby/daru/compare/master...Shekharrajak:html_table_with_id?expand=1The changes is in my forked daru repo: shekharrajak/daru , branch: html_table_with_id .
I have run some examples and it is generating html code for the table correctly in rails application . See this PR : daru dataframe table is displayed using datatables #1
But I didn't understand why it is not working in IRuby notebook. I have tried few examples here : http://nbviewer.jupyter.org/github/Shekharrajak/datatables.rb/tree/master/spec/dummy_iruby/
The problem may be related to this issue : SciRuby/iruby#133
The text was updated successfully, but these errors were encountered: