In console, inspecting a Relation would return first N records and then prints it on the console. On notebook, it would be better if displaying a Relation would automatically result in a Daru::DataFrame and then that being displayed as table.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/71467545-activerecord-models-automatically-turns-into-tables-at-jupyter?utm_campaign=plugin&utm_content=tracker%2F123687093&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F123687093&utm_medium=issues&utm_source=github).
In console, inspecting a Relation would return first N records and then prints it on the console. On notebook, it would be better if displaying a Relation would automatically result in a Daru::DataFrame and then that being displayed as table.