Skip to content

optimization: dcp, sdp#28

Merged
akshayka merged 1 commit intomainfrom
aka/optimization-dcp
Feb 10, 2025
Merged

optimization: dcp, sdp#28
akshayka merged 1 commit intomainfrom
aka/optimization-dcp

Conversation

@akshayka
Copy link
Contributor

This PR adds notebooks on convex optimization and SDPs to the optimization course. This completes the optimization course.

@akshayka akshayka merged commit 20826a7 into main Feb 10, 2025
@@ -0,0 +1,90 @@
# /// script
# requires-python = ">=3.13"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strong requirement on 3.13? Thought we could have it for 3.11/10 for most experiments covered so far.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the Python version doesn't matter since uv will use whatever is serialized in the notebook.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried uv and uvx locally to launch notebooks with 3.13 python version mentioned; doesn't seem to work (gives the:

error: No interpreter found for Python >=3.13 in virtual environments, managed installations, system path, or `py` launcher

) error.

Guess I should be updating it at my end but it doesn't seem to work as-is (README file instructions). Not sure if I'm doing something silly on my end 😓

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh interesting hmm. I didn't intentionally choose 3.13, so maybe something is odd on my end.

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