Skip to content

Commit

Permalink
tutorials: Remove last cells from notebooks (RobotLocomotion#12437)
Browse files Browse the repository at this point in the history
Also save with newest Python (3.6.9) for Ubuntu Bionic
  • Loading branch information
EricCousineau-TRI authored Dec 5, 2019
1 parent 1fac8c8 commit 877bdd3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 32 deletions.
9 changes: 1 addition & 8 deletions tutorials/dynamical_systems.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -366,13 +366,6 @@
"plt.ylabel('theta (rad)')\n",
"plt.title('PID Control of the Pendulum')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -391,7 +384,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.6.9"
}
},
"nbformat": 4,
Expand Down
9 changes: 1 addition & 8 deletions tutorials/mathematical_program.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -464,13 +464,6 @@
"\n",
"[Sum-of-squares optimization](https://drive.google.com/open?id=1vBkNigMecvz7lGEF_9jyD0FuzYY_iTTf)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -495,7 +488,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.6.9"
}
},
"nbformat": 4,
Expand Down
7 changes: 0 additions & 7 deletions tutorials/mathematical_program_multibody_plant.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,6 @@
"print(f\"Initial distance: {link_7_distance_to_target(q0):.3f}\")\n",
"print(f\"Solution distance: {link_7_distance_to_target(q_sol):.3f}\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
9 changes: 1 addition & 8 deletions tutorials/rendering_multibody_plant.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -363,13 +363,6 @@
"\n",
"plt.imshow(colorize_labels(label_by_model))"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -388,7 +381,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.6.9"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion tutorials/solver_parameters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.6.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 877bdd3

Please sign in to comment.