From 9f0830dffe838b571834e9d0f25017410a95a9f4 Mon Sep 17 00:00:00 2001 From: Noora Azadvari Date: Mon, 20 Nov 2023 14:49:19 -0800 Subject: [PATCH] Update 02.01-Pose-Basics.ipynb Since !cd creates a new shell which might be missed in next scripts, it's better to use %cd for correctly changing the directories. many students during BootCamp had problem with this, so I think it's good to add %cd notation to all notebooks. --- student-notebooks/02.01-Pose-Basics.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/student-notebooks/02.01-Pose-Basics.ipynb b/student-notebooks/02.01-Pose-Basics.ipynb index ed9f887..e05db32 100755 --- a/student-notebooks/02.01-Pose-Basics.ipynb +++ b/student-notebooks/02.01-Pose-Basics.ipynb @@ -104,7 +104,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "`cd google_drive/My\\ Drive/student-notebooks/`\n", + "`%cd google_drive/My\\ Drive/student-notebooks/`\n", "\n", "\n", "`pose = pose_from_pdb(\"5tj3.pdb\")`\n",