Technical requirements
Before starting, make sure that your docker-compose
images are up and running, and open the JupyterLab server running on the localhost (http: //127 .0.0. 1:8888/ lab
). Also, 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 this 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/Chapter01.