Install and run jupyter (server) as normal user

sudo aptitude install python-pickleshare python3-pickleshare python-zmq python3-zmq python-pexpect python3-pexpect
pip install jupyter --user
pip3 install jupyter --user
.local/bin/ipython3 kernelspec install-self --user
openssl req -x509 -nodes -days 900 -newkey rsa:2048 -keyout jupyter_key.key -out jupyter_cert.pem
jupyter --generate-config
ln -s .local/bin/jupyter-notebook bin/jupyter
@reboot jupyter