Hi @Stephanie Rivera​. In the Databricks notebook, you can handle this with either Python, Scala or bash.

I have not tried it but below should work as this command works in native shell.

%sh curl some_url --output myfile.zip
 
%sh unzip myfile.zip -d "some directory"