Open
Conversation
gpsaggese
reviewed
Mar 13, 2026
| @@ -0,0 +1,565 @@ | |||
| # %% [markdown] | |||
| @@ -0,0 +1,22 @@ | |||
| services: | |||
Owner
There was a problem hiding this comment.
I'm not against a docker compose, but why is it needed?
Can we use our usual docker approach? See class_project/project_template/README.md
| @@ -0,0 +1,65 @@ | |||
| #!/usr/bin/env bash | |||
Owner
There was a problem hiding this comment.
This file can be removed given the latest class_project/project_template
| @@ -0,0 +1,1106 @@ | |||
| { | |||
Owner
There was a problem hiding this comment.
Why is jupytext not working here?
There should be python files to make reviewing much easier
| "id": "d51e740d", | ||
| "metadata": {}, | ||
| "source": [ | ||
| "# Table of Contents\n", |
| "metadata": {}, | ||
| "source": [ | ||
| "## Installation\n", | ||
| "\n", |
Owner
There was a problem hiding this comment.
The packages should already be in installed in the container
| "source": [ | ||
| "# Run this cell\n", | ||
| "try:\n", | ||
| " get_ipython().run_line_magic(\"pip\", \"install -q pydantic-ai pydantic python-dotenv nest_asyncio\")\n", |
| "source": [ | ||
| "# Run this cell\n", | ||
| "import os\n", | ||
| "from dotenv import load_dotenv, find_dotenv\n", |
Owner
There was a problem hiding this comment.
You can run /notebooks.format_rules /notebooks.lint /notebooks.move_to_lib
to clean up the notebook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.