"Failed to query for notebook name, you can set it manually with the WANDB_NOTEBOOK_NAME environment variable," が表示された場合は、環境変数を設定して対処してください。設定方法はいくつかあります。
- ノートブック
- Python
ノートブック 環境変数
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
"Failed to query for notebook name, you can set it manually with the WANDB_NOTEBOOK_NAME environment variable," が表示された場合は、環境変数を設定して対処してください。設定方法はいくつかあります。
%env "WANDB_NOTEBOOK_NAME" "notebook name here"
import os
os.environ["WANDB_NOTEBOOK_NAME"] = "notebook name here"
Was this page helpful?