Visualisation libraries does not work on Databricks

pbezz
New Contributor III

Why is it that certain Python visualisation libraries do not work on Databricks? I am trying to install (via pip) and work with some data visualisation libraries - they work perfectly in a normal Jupyter Notebook but not on a Databricks notebook environment. Do I need to install or configure any extensions on Databricks?

Hubert-Dudek
Databricks MVP

It depends on the library. Maybe share some examples.


My blog: https://databrickster.medium.com/

pbezz
New Contributor III

The ones I tried are bamboolib and lux.

pbezz
New Contributor III

We are using DB runtime 10.3 (which includes Apache Spark 3.2.1). For Bamboolib I do not get the button "Show Bamboolib UI" in the output of the cell.

Installing and importing the library works fine but cannot use it.

pbezz
New Contributor III

@Kaniz Fatma​ what I am referring to is something like this:

Screenshot271-660x276Does Databricks notebook support this widget?

pbezz
New Contributor III

No switched to using html widgets.