在 jupyter notebook 中安装 Folium 时没有名为 pip 的模块

问题描述 投票:0回答:0

我正在尝试在我的 jupyter notebook 中导入 folium,它给了我:

C:\Users\El7md\AppData\Local\Programs\Python\Python311\python.exe: 没有名为 pip 的模块

这是我的代码

import numpy as np
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
from matplotlib.pyplot import figure
!py -m pip install folium

不知道怎么办

python jupyter-notebook folium
© www.soinside.com 2019 - 2024. All rights reserved.