SandDance icon indicating copy to clipboard operation
SandDance copied to clipboard

Feature Request: Support for Databricks

Open craigjar opened this issue 5 years ago • 2 comments

Please look into adding support or integration with Databricks. Could possibly just be a guide on how to config to get it working there. With the partnership between Microsoft and Databricks for the Azure Databricks service, making this visualization tool available there would take advantage of that partnership and provide benefits to MS as well as Databricks customers.

craigjar avatar Nov 18 '20 14:11 craigjar

Hi @craigjar, thanks for the suggestion. Can you provide a link to their API? I'm not familiar with Databricks, so if you can tell me where specifically this fits into this workflow, that would also be helpful.

danmarshall avatar Nov 18 '20 19:11 danmarshall

Databricks is similar to Jupyter, a browser based notebook interface with Apace Spark backend. Here is a link to the documentation where several other Python libraries examples are provided https://docs.microsoft.com/en-us/azure/databricks/notebooks/visualizations/#in-this-section-2

Here is another doc which provides examples for HTML, D3, and SVG visualizations: https://docs.microsoft.com/en-us/azure/databricks/notebooks/visualizations/html-d3-and-svg

craigjar avatar Nov 18 '20 23:11 craigjar