我在Mac上运行jupyter
如果我选择python3并导入仅在python3上有效的软件包,我将具有以下内容:
但是,如果我这样做:
python3
Python 3.6.8 (v3.6.8:3c6b436a57, Dec 24 2018, 02:10:22)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import mgwr
工作正常