I am connected to an AWS EC2 instance through the VSCode Remote SSH extension. I want to run an ipynb
notebook. To run cells in ipynb
notebooks, it says I need to install ipykernel
and pip
package. When I try to install them, it shows an error message saying There is no pip installer available in the selected environment
Is there any way to install packages in this remote environment?
Python kernel is Python 3.8.10 64-bit