''cp' is not recognized as an internal or external command in jupyter notebook

code is

!mkdir {'Tensorflow\workspace\models\\'+CUSTOM_MODEL_NAME}
!cp {PRETRAINED_MODEL_PATH+'\ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8\pipeline.config'} {MODEL_PATH+'\'+CUSTOM_MODEL_NAME'}

error is

'cp' is not recognized as an internal or external command, operable program or batch file.

please help me



Solution 1:[1]

It seems you are running in windows.

try !copy instead of !cp

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 napuzba