itables
itables copied to clipboard
Databricks support?
I understand that it's not among the supported editors, but would be a very cool display option. The standard df view of pandas leaves much to be desired.
Currently I am getting this when displaying a table:
Uncaught ReferenceError: $ is not defined
Hey @Ljupch0 , thank you for reporting this. I don't have access to databricks so it might be a bit challenging for me to do anything about this, but let me ask you two quick questions anyway...
- Could you give a try to both the offline and connected mode? I mean, call
init_notebook_mode(all_interactive=True, connected=True/False)and rerun all your notebook? - Are you aware of any interactive library that works in databricks? Like
plotlyor Jupyter Widgets?