From 03fee7730fa2ffb42838563672547e2045f073a5 Mon Sep 17 00:00:00 2001 From: Steven Diamond Date: Wed, 10 May 2023 15:06:02 -0700 Subject: [PATCH] new hello world --- exercises/hello_world.ipynb | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/exercises/hello_world.ipynb b/exercises/hello_world.ipynb index ec8ee564..84ba4425 100644 --- a/exercises/hello_world.ipynb +++ b/exercises/hello_world.ipynb @@ -1,6 +1,17 @@ { "cells": [ { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Hello, world! (1)\n", + "\n", + "[Install CVXPY](https://www.cvxpy.org/install/index.html) and run the code on the [CVXPY landing page](https://www.cvxpy.org/)." + ] + }, + { + "attachments": {}, "cell_type": "markdown", "metadata": { "pycharm": { @@ -8,7 +19,7 @@ } }, "source": [ - "# Hello, world!\n", + "# Hello, world! (2)\n", "\n", "Solve the following optimization problem using CVXPY:\n", "\n",