Getting curl-L invalid syntax when running on jupyter notebook

Question:

I’m trying to create a object detection module using YOLO V5 following this tutorial
YT Link

In this they have used google colab but I want to create it on jupyter note book.
enter image description here
I get the above error when trying to get the data set from roboflow.
Please help!

Answers:

Put an exclamation before curl.

!curl -L
Answered By: God Is One