Skip to content
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

Merged
merged 7 commits into from
Oct 8, 2024
Merged

Conversation

ml-evs
Copy link
Member

@ml-evs ml-evs commented Oct 7, 2024

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 of Yellowhammer class that you interact with directly (perhaps more transferrable).

@ml-evs ml-evs requested review from yue-here and jdbocarsly October 7, 2024 17:02
@ml-evs ml-evs force-pushed the ml-evs/init branch 2 times, most recently from 7e139a2 to f615f41 Compare October 7, 2024 17:04
jdbocarsly
jdbocarsly previously approved these changes Oct 7, 2024
Copy link
Member

@jdbocarsly jdbocarsly left a 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

README.md Show resolved Hide resolved
You can launch the example notebook locally with `uv` too:

```shell
uv run jupyter lab examples/
Copy link
Member

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?

Copy link
Member Author

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

@ml-evs ml-evs merged commit 0edfefb into main Oct 8, 2024
2 checks passed
@ml-evs ml-evs deleted the ml-evs/init branch October 8, 2024 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants