diff --git a/drake.html b/drake.html index b29c0653..8c3df786 100644 --- a/drake.html +++ b/drake.html @@ -150,8 +150,10 @@

Underactuated Robotics

Running on your own machine

As you get more advanced, you will likely want to run (and extend) these examples on your own machine. On platforms that Drake supports (the latest two releases of Mac and Ubuntu), it should be as simple as running -

pip install underactuated --extra-index-url https://drake-packages.csail.mit.edu/whl/nightly/
- In general, I would strongly recommend running pip +
+
+
pip install underactuated --extra-index-url https://drake-packages.csail.mit.edu/whl/nightly/
+
In general, I would strongly recommend running pip commands in a virtualenv.

@@ -159,7 +161,10 @@

Underactuated RoboticsYou'll likely want to start from the underactuated root directory. Then launch your notebook with:

-
jupyter notebook
+
+
+
jupyter notebook
+

The examples for each chapter that has them will be in a .ipynb file right alongside the chapter's html file, and the notebook exercises are diff --git a/htmlbook b/htmlbook index a267cdbf..d0d2673b 160000 --- a/htmlbook +++ b/htmlbook @@ -1 +1 @@ -Subproject commit a267cdbfd319e12305c539d5ded7b523a9e8fac3 +Subproject commit d0d2673bdd2eaa31299aa2e417501ec96eb92279