I just came across this same issue while trying to setup saspy and Jupyter for all users on a computer. I could see the SAS kernel on one user, but not on the others. I was able to make it available to all users by finding the kernel in C:\Users\USERNAME\AppData\Roaming\jupyter\kernels and copying the sas folder from there into C:\ProgramData\Anaconda3\share\jupyter\kernels After doing that, I could see the Kernel in jupyter and my test SAS code runs.
... View more