# 先在anaconda界面新建环境
conda env list # 查看conda prompt下的有的环境变量 带星号的是当前活跃的
activate XXXX
pip install ipykernel ipython
ipython kernel install --user --name XXXX #这里的XXXX是新建的环境
WARNING: The scripts fonttools.exe, pyftmerge.exe, pyftsubset.exe and ttx.exe are installed in ‘D:\anaconda\envs\Dorisdrawing\Scripts’ which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
我认为不能忽略该条报错