README.md in jupyter_on_rails-0.3.3 vs README.md in jupyter_on_rails-0.3.4

- old
+ new

@@ -56,9 +56,15 @@ ``` Eventually, you'll have jupyter opened, and the kernel being available. +### ApplicationRecord#to_df + +```ruby +User.to_df # => Daru::DataFrame is returned +``` + ## Development This is a railtie gem, so you'd probably want to do something like: ```