Skip to content

Commit 55beb21

Browse files
authored
Added "command not found" instructions to the troubleshooting section of the readme
1 parent 59a529f commit 55beb21

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,19 @@ The workshop covers all of the material in this module and much more. See [NCGR'
202202

203203
<details>
204204

205+
<summary>command not found</summary>
206+
207+
If you try to run a code cell and you get the error `command not found`, then there's a good chance that you're not using the correct Jupyter kernel.
208+
To change what kernel you're using, in JupyterLab click "Kernel" -> "Change Kernel..."
209+
In the pop-up that appears, select "nigms-pangenomics" in the dropdown and then click the "Select" button.
210+
If "nigms-pangenomics" is not an option, then you need to setup the environment.
211+
Do this by following the "Installing Software" instructions in the [Before Starting](#before-starting) section of this readme.
212+
Note that you must restart your Vertex AI Workbench VM instance after completing the setup to be able to use the "nigms-pangenomics" kernel.
213+
214+
</details>
215+
216+
<details>
217+
205218
<summary>Resetting Bandage</summary>
206219

207220
Sometimes the Bandage software can break, i.e. there will be a message that say "KasmVNC encountered an error."

0 commit comments

Comments
 (0)