- 1299 Views
- 1 replies
- 1 kudos
I have a notebook that, as a first step, needs to download and install some drivers. The actual code is this:%sh# Install gdebi command line toolapt-get -y install gdebi-core# Install Posit professional driverscurl -LO https://cdn.rstudio.com/drivers...
- 1299 Views
- 1 replies
- 1 kudos
Latest Reply
Hi @mb1234 ,What error did you get?Edit: I've checked and it worked in job
- 6241 Views
- 1 replies
- 2 kudos
Hi!As suggested by Databricks, we are working with Databricks from VSCode using Databricks bundles for our deployment and using the VSCode Databricks Extension and Databricks Connect during development.However, there are some limitations that we are ...
- 6241 Views
- 1 replies
- 2 kudos
Latest Reply
Thank you for the detailed reply, @Retired_mod and the great question @pernilak!I would also like to code and debug in VS Code while all the code in my Jupyter notebooks can be executed on a databricks cluster cell by cell with access to the data in ...