I’m trying to automatically start jupyter server on boot. (ec2, amazon linux) I got the jupyter server working and correctly loading all the conda kernels. and I tried to run jupyter on boot. (tried rc.local, systemd, crontab and all fails to load conda kernels and only loads basic python2 and python3 k…