Unable to use sudo privileges in terminal

Ok, looks like I was wrong. I was looking for missing lines, not tabs and spaces. Here’s what I’m seeing in the terminal:


It looks like there are tabs that didn’t paste correctly. I’m not sure if that’s causing any issues. Is there anything actually missing in my sudoers file that could cause these issues? I can run sudo with my main user (karlwx) but not with the jupyter admin account (wxadmin).

To confirm, wxadmin is in the jupyterhub-admins group

karlwx@js-170-139:~$ id jupyter-wxadmin
uid=1001(jupyter-wxadmin) gid=1003(jupyter-wxadmin) groups=1003(jupyter-wxadmin),1001(jupyterhub-admins),1002(jupyterhub-users)

But it does not have sudo privileges

karlwx@js-170-139:~$ sudo -l -U jupyter-wxadmin
User jupyter-wxadmin is not allowed to run sudo on js-170-139.
karlwx@js-170-139:~$