Rodei o código e deu erro. A resposta do Jupyter foi:
ValueError: Your version of xlrd is 2.0.1. In xlrd >= 2.0, only the xls format is supported. Install openpyxl instead.
Tentei instalar o openpyxl com o código:
pip install openpyxl
e resposta foi:
Note: you may need to restart the kernel to use updated packages.
O que eu fiz de errado?