anthropics / anthropics/prompt-eng-interactive-tutorial

hints module not found

Open
#56 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
38.2k
Forks
4.2k
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.