jupyterlab-integration icon indicating copy to clipboard operation
jupyterlab-integration copied to clipboard

DEPRECATED: Integrating Jupyter with Databricks via SSH

Results 13 jupyterlab-integration issues
Sort by recently updated
recently updated
newest added

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...

documentation

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")...