git clone https://github.com/JovianML/opendatasets.git Setup the Python environment for development conda create -n opendatasets python=3.5 conda activate opendatasets pip install -r requirements.txt Open up the project in VS code and make your changes. Make sure to install the Python Extension...