anthropics / anthropics/prompt-eng-interactive-tutorial
hints module not found
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 38.2k
- Fork
- 4.2k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.