anthropics / anthropics/prompt-eng-interactive-tutorial
hints module not found
- 主要言語
- Jupyter Notebook
- スター
- 38.2k
- フォーク
- 4.2k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
In the module '01_Basic_Prompt_Structure.ipynb', the cell with this command fails because it can't 'hints'.
from hints import exercise_1_1_hint; print(exercise_1_1_hint)
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
[/tmp/ipython-input-3831002738.py](https://colab.research.google.com/drive/1nMjoR8cDUnfxRoTOyOjGihAfCASwW6ot#) in ()
----> 1 from hints import exercise_1_1_hint; print(exercise_1_1_hint)
ModuleNotFoundError: No module named 'hints'
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------
Open Examples
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。