RussTedrake / manipulation

Course notes for MIT manipulation class
BSD 3-Clause "New" or "Revised" License
411 stars 121 forks source link

Fix tutorials link based on binder update #154

Closed rachelholladay closed 3 years ago

rachelholladay commented 3 years ago

Due to a binder update, the tutorials link was broken. The fix is:

Any repos with custom Dockerfiles that don’t install JupyterLab may start to see a 404 on the default or filepath URL. They will need to either install jupyterlab or use urlpath=/tree/ to select the old interface." https://discourse.jupyter.org/t/mybinder-org-using-jupyterlab-by-default/10715

So this commit just adds the "urlpath=/tree/" to the tutorials link.


This change is Reviewable

RussTedrake commented 3 years ago

doh. sorry i didn't see this earlier!