Skip to content

Commit

Permalink
Clean run of tutorial notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford committed Nov 5, 2023
1 parent 562409e commit 8db6ace
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions docs/devcontainer/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -21,7 +21,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand All @@ -43,7 +43,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -112,7 +112,7 @@
"Number of equality constraint Jacobian evaluations = 19\n",
"Number of inequality constraint Jacobian evaluations = 19\n",
"Number of Lagrangian Hessian evaluations = 18\n",
"Total CPU secs in IPOPT (w/o function evaluations) = 0.005\n",
"Total CPU secs in IPOPT (w/o function evaluations) = 0.003\n",
"Total CPU secs in NLP function evaluations = 0.001\n",
"\n",
"EXIT: Optimal Solution Found.\n",
Expand Down Expand Up @@ -176,7 +176,7 @@
"0"
]
},
"execution_count": 6,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -200,7 +200,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -236,7 +236,6 @@
"hatch-jupyter-builder 0.8.3\n",
"hatchling 1.18.0\n",
"idna 3.4\n",
"importlib-metadata 6.8.0\n",
"iniconfig 2.0.0\n",
"ipykernel 6.23.1\n",
"ipython 8.14.0\n",
Expand Down Expand Up @@ -303,13 +302,11 @@
"trove-classifiers 2023.8.7\n",
"uri-template 1.2.0\n",
"urllib3 2.0.6\n",
"watermark 2.4.3\n",
"wcwidth 0.2.7\n",
"webcolors 1.11.1\n",
"webencodings 0.5.1\n",
"websocket-client 1.6.3\n",
"wheel 0.41.3\n",
"zipp 3.17.0\n",
"zope.event 4.6\n",
"zope.interface 5.4.0\n",
"\n",
Expand All @@ -333,7 +330,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand All @@ -359,7 +356,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand All @@ -378,7 +375,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -414,7 +411,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 8,
"metadata": {},
"outputs": [
{
Expand All @@ -431,7 +428,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -676,7 +673,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit 8db6ace

Please sign in to comment.