digital-land / jupyter-analysis

Repository to store pieces of analysis of the platform as jupyter notebooks
MIT License
0 stars 0 forks source link

add-endpoints-and-lookups command template is being printed incorrectly #35

Open greg-slater opened 9 months ago

greg-slater commented 9 months ago

When using the add-endpoints-and lookups command:

digital-land add-endpoints-and-lookups import.csv [COLLECTION-NAME]

THE last bit has to be collection-name. But in the last cell of the notebook [dataset-name] is being used:

print (F"digital-land add-endpoints-and-lookups ./import.csv {dataset}")

This needs to be changed.

kena-SL commented 9 months ago

Done!