我傾向於在Jupyter筆記本和Wing IDE之間切換回&以獲得調試代碼。就是我喜歡的Jupyter筆記本,我可以運行一個細胞,併產生圖像序列,使用如下代碼: import matplotlib.pyplot as plt
for i in range(10):
...do stuff...
plt.plot(image)
plt.show()
所有的圖像最終
我說明一些問題: Create a Python script that selects parcels from "coa_parcels.shp" that intersect with the shapefile "floodplains.shp" and creates a new shapefile that only contains the selected parcels. The
我正在運行Windows 10並在「C:\ Program Files(x86)」中安裝了Python 3.6。我有翼使用Python 2.7的時候工作,但是當我嘗試切換到Python 3.6(編輯>配置的Python)我收到以下錯誤信息: Trying to import netserver from C:\Program Files (x86)\Wing IDE 101
5.0\bin\3.