jupyterlab-integration
jupyterlab-integration copied to clipboard
DEPRECATED: Integrating Jupyter with Databricks via SSH
We have a setup using VPN to connect to our databricks clusters. I want to be able to connect to the cluster using its private IP. I've tried just changing...
I found that databricks-connect supports jupyter and I made sure that jupyterlab works with databricks-connect with this link. https://docs.databricks.com/dev-tools/databricks-connect.html#jupyter Which one should I use for using jupyterlab with databricks, this...
Hi, Are there any plans to add support for `dbutils.library` module? Right now simple `dbutils.library.help("install")` produces an error: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in ----> 1 dbutils.library.help("install")...