-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial project stubs, CI, tests and first example #1
Conversation
7e139a2
to
f615f41
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for setting this up!! Approved, but put a question and a comment
You can launch the example notebook locally with `uv` too: | ||
|
||
```shell | ||
uv run jupyter lab examples/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works for me, but uv run jupyter notebook examples/
doesn't load the environment correctly... any idea why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
notebook
isn't installed by default, perhaps its pulling from somewhere else? I can add it to the lockfile
Co-authored-by: Josh Bocarsly <[email protected]>
cc @yue-here and @jdbocarsly. Feel free to expand on any of this in a future PR, but this should be enough to get us up and running!
I had to pass my
ANTHROPIC_API_KEY
separately through my environment for the example notebook to work (it didn't seem to register when I added it through the Jupynaught(?) sidebar, so straight away this is something a%%yellowhammer
cell magic could handle, or just some kind ofYellowhammer
class that you interact with directly (perhaps more transferrable).