How do I handle the 'Failed to query for notebook' error?
Support:
less than a minute
"Failed to query for notebook name, you can set it manually with the WANDB_NOTEBOOK_NAME environment variable,"
오류 메시지가 발생하면 환경 변수를 설정하여 해결하십시오. 이를 수행하는 방법에는 여러 가지가 있습니다.
%env "WANDB_NOTEBOOK_NAME" "여기에 노트북 이름"
import os
os.environ["WANDB_NOTEBOOK_NAME"] = "여기에 노트북 이름"
피드백
이 페이지가 도움이 되었나요?
Glad to hear it! If you have further feedback, please let us know.
Sorry to hear that. Please tell us how we can improve.