Skip to content

Commit d66de74

Browse files
authored
Update README.md
Updated troubleshooting section
1 parent 8088a41 commit d66de74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GoogleCloud/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ When you are finished running code, you can turn off your virtual machine to pre
9191

9292
## **Troubleshooting**
9393
- If a quiz is not rendering:
94-
- Make sure the `pip install` cell was executed in Submodule 00.
94+
- Make sure the `pip install` cell was executed in Submodule 1.
9595
- Try re-executing `from jupytercards import display_flashcards` or `from jupyterquiz import display_quiz` depending on the quiz type.
9696
- If a file/directory is not able to be found, make sure that you are in the right directory. If the notebook is idle for a long time, gets reloaded, or restarted, you will need to re-run Step 1 of the notebook. (`%cd /home/jupyter`)
9797
- Sometimes, Nextflow will print `WARN:` followed by the warning. These are okay and should not produce any errors.
9898
- Sometimes Nextflow will print `Waiting for file transfers to complete`. This may take a few minutes, but is nothing to worry about.
99-
- If you are unable to create a bucket using the `gsutil mb` command, check your `nextflow-service-account` roles. Make sure that you have `Storage Admin` added.
99+
- If you are unable to interact with your Google Cloud Storage bucket using the `gsutil` command, check your `nextflow-service-account` roles. Make sure that you have `Storage Admin` added.
100100
- If you are trying to execute a terminal command in a Jupyter code cell and it is not working, make sure that you have an `!` before the command.
101101
- e.g., `mkdir example-1` -> `!mkdir example-1`

0 commit comments

Comments
 (0)