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 还没有评估数据。