diff --git a/user-guides/compute-to-data/make-a-boss-c2d-algorithm.md b/user-guides/compute-to-data/make-a-boss-c2d-algorithm.md index aaeb3997..fbadf84c 100644 --- a/user-guides/compute-to-data/make-a-boss-c2d-algorithm.md +++ b/user-guides/compute-to-data/make-a-boss-c2d-algorithm.md @@ -12,6 +12,8 @@ The beginning of any great algorithm for Compute-to-Data starts by referencing t ### Open the local dataset file +This code goes in the algorithm file for Compute-to-Data and shows how to reference the dataset file on the Docker container you selected. + {% tabs %} {% tab title="Python" %} ```python