Skip to content

Commit d914ad5

Browse files
authored
Merge pull request #10 from SteveDiamond/master
New hello world
2 parents 5ec3221 + 03fee77 commit d914ad5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

exercises/hello_world.ipynb

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
{
22
"cells": [
33
{
4+
"attachments": {},
5+
"cell_type": "markdown",
6+
"metadata": {},
7+
"source": [
8+
"# Hello, world! (1)\n",
9+
"\n",
10+
"[Install CVXPY](https://www.cvxpy.org/install/index.html) and run the code on the [CVXPY landing page](https://www.cvxpy.org/)."
11+
]
12+
},
13+
{
14+
"attachments": {},
415
"cell_type": "markdown",
516
"metadata": {
617
"pycharm": {
718
"name": "#%% md\n"
819
}
920
},
1021
"source": [
11-
"# Hello, world!\n",
22+
"# Hello, world! (2)\n",
1223
"\n",
1324
"Solve the following optimization problem using CVXPY:\n",
1425
"\n",

0 commit comments

Comments
 (0)