Technical requirements
Before starting, make sure that your docker-compose
images are up and running, and open JupyterLab’s server, running on localhost (http: //127 .0.0. 1:8888/ lab
). Additionally, ensure that you have cloned the Git repo for this book and have access to the notebook and data used in this chapter.
Remember to stop all services defined in the docker-compose
file for this book when you are done running the code examples. You can do this by executing the following command:
$ docker-compose stop
You can find the notebooks and data for this chapter at https://github.com/PacktPublishing/Data-Engineering-with-Databricks-Cookbook/tree/main/Chapter06.