From above
-Kernel update -Updated the list of packages that can be installed with apt-get ・ Update your package to the latest version
sudo apt-get install linux-generic-hwe-18.04-edge
sudo apt-get update
sudo apt-get upgrade
・ Installation of pip ・ Installation of Jupiter Note -Installing Tensorflow with pip -Installing opencv with pip
sudo apt-get install python3-pip python3-pandas python3-sklearn
sudo apt-get install jupyter-notebook
sudo pip3 install tensorflow pandas-ml
sudo pip3 install opencv-python
http://wiki.ros.org/melodic/Installation/Ubuntu
For the time being, this is all. Will be updated later.