Has anyone tried installing jupyter notebook on qubes debian template or fedora?
I Installed the pip3 and tried installing via the command
sudo apt-get install build-essential python3-all python3-pip libncurses5-dev libncursesw5-dev libzmq3-dev
# Installs all the above successfully
sudo pip3 install --upgrade pip
# Getting the error for pip3, I guess something to do with the connection.
sudo pip3 install jupyter
# Same error as above
I got an error that said
TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'
I Successfully installed it on my debain 9 machine. But haven't had the luck yet on Qubes debian 9 template. Has anyone installed jupyter notebook?
Thank you
Shashank