courses icon indicating copy to clipboard operation
courses copied to clipboard

Anthropic's educational courses

Results 70 courses issues
Sort by recently updated
recently updated
newest added

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `path-to-regexp` from 0.1.7 to 0.1.10 Release notes Sourced from path-to-regexp's releases. Backtrack protection Fixed Add backtrack protection to...

dependencies

# PR Summary Commit d2a7a9130c1b54e2eea1e8dbc13ffaec6234b3a8 moved the location of `03_structured_outputs.ipynb`. This PR adjusts sources to changes.

Nitpick: I'm enjoying the Tool Use course and noticed there's some text inconsistency on a text description. The blue and purple regions are referring to the same tool use but...

Fixes https://github.com/anthropics/courses/issues/46 In recent versions of IPython, `pickleshare` is required for users to be able to store and fetch `API_KEY` and `MODEL_NAME` across notebooks.

IPython made `pickleshare` optional in this [PR](https://github.com/ipython/ipython/pull/14217), so users may be unable to fetch stored variables across ipynb files. ``` /home/ckim/.local/lib/python3.10/site-packages/IPython/extensions/storemagic.py:229: UserWarning: This is now an optional IPython functionality, setting...

In the prompt evaluations course, lessons 5, 6, and 9 use a prompts.py file to have promptfoo compose the prompts. However, the existing versions incorrectly assume that the needed variable...

Small copy updates to prompt_evaluations notebooks

This is a suggestion for updating the streaming notebook now that [custom event handlers have been removed](https://github.com/anthropics/anthropic-sdk-python/pull/532). I originally thought to remove the cells, as the API is now pretty...

Bumps [cookie](https://github.com/jshttp/cookie), [express](https://github.com/expressjs/express) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed Allow leading dot for...

dependencies