@joelostblom - to make the book build successfully, your notebook had to be executed, and it required seaborn which wasn't yet listed as a dep in the requirements.txt file. I added here: https://github.com/UBC-DSCI/jupyterdays/blob/968969c6ab0eb0084624020ddb75ec003633cad0/requirements.txt#L5 however, I don't know which version you are using (and pip freeze wasn't helpful for me on my computer to ballpark it. Can you add the version there?
@joelostblom - to make the book build successfully, your notebook had to be executed, and it required
seaborn
which wasn't yet listed as a dep in therequirements.txt
file. I added here: https://github.com/UBC-DSCI/jupyterdays/blob/968969c6ab0eb0084624020ddb75ec003633cad0/requirements.txt#L5 however, I don't know which version you are using (and pip freeze wasn't helpful for me on my computer to ballpark it. Can you add the version there?