I tried to install ipython notebook on my OS.But there was an error.How can I solve this?
sudo apt-get install ipython-notebook Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ipython-notebook is not available, but is referred to by another packag. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'ipython-notebook' has no installation candidate
apt-get update. because apt or apt-get doesn't know about what you're talking about and can be solved by updating. Let me know if it worked for you or not .pip install ipythonorsudo apt-get install ipythonand similar things should go for python3