From 8c0f170f0c6bfeb82c1c4318fb1de76e0f17b4a1 Mon Sep 17 00:00:00 2001 From: Srihari Thyagarajan Date: Thu, 31 Oct 2024 22:47:25 +0530 Subject: [PATCH] Fix broken hyperlink redirect to folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1bed61..575732f 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ To edit the notebook source code, replace `run` with `edit` in the above command deployed the first ever marimo notebook, an interactive tutorial that teaches how to use signal decomposition. 4. [xDSL](004-xdsl/) xDSL is a Python-native compiler toolkit that lowers the barrier to entry for developing DSLs. It's closely connected to the MLIR/LLVM projects and aims to enable exascale computing. xDSL uses marimo to create interactive documentation with embedded playground notebooks. -5. [NASA CVXPY](005-nasa-cvxpy/) The CVXPY team taught a course on convex optimization to scientists at NASA, powered by marimo notebooks. From designing aircraft to landing rockets, marimo brought their lessons to life. +5. [NASA CVXPY](005-cvxpy-nasa/) The CVXPY team taught a course on convex optimization to scientists at NASA, powered by marimo notebooks. From designing aircraft to landing rockets, marimo brought their lessons to life. 6. [vrtnis](006-vrtnis/) vrtnis is a prolific contributor to the marimo community, creating numerous interactive notebooks including a k-d tree visualizer, an LMSYS win rate predictor, and even Pong! They also developed the AI docs bot for the marimo community and created a comprehensive marimo cheatsheet. 7. [Haleshot](007-haleshot/) Haleshot is an aspiring AI/ML engineer and a python enthusiast: pursuing a B.Tech in AI and an open-source enthusiast. As a key contributor and newly appointed marimo ambassador, he plays a vital role in the marimo community. Haleshot has created various notebooks, including a Goodreads Dataset EDA, and leads the marimo spotlight repository. 8. [marimo-tutorials](008-marimo-tutorials/) A comprehensive collection of tutorials covering various aspects of marimo, created by Haleshot. These tutorials serve as an excellent resource for both beginners and advanced users looking to explore the full potential of marimo.