Run through this notebook to make sure your environment is properly setup. Be sure to launch Jupyter from inside the virtual environment.
from check_env import run_env_check
run_env_check()
[ OK ] Python [ OK ] jupyterlab [ OK ] matplotlib [ OK ] numpy [ OK ] pandas [ OK ] requests [ OK ] scipy [ OK ] seaborn
Note: Adapted from Andreas Mueller's check_env.ipynb
notebook.