[https://www.coursera.org/learn/natural-language-processing-tensorflow/ungradedLab/0tl43/check-out-the-code-lab-3/lab?path=%2Flab%2Fworkspaces%2Fauto-4%2Ftree%2Flab_3%2FC3_W3_Lab_3_Conv1D.ipynb](https://Link to lab)
when running the cell…
# Download the subword vocabulary
!wget https://storage.googleapis.com/tensorflow-1-public/course3/imdb_vocab_subwords.txt
I received
/usr/bin/sh: 1: wget: not found
For anyone else encountering this, I fixed temporarily by just installing it using the following
!apt-get update
!apt-get install wget