配置jupyter
conda create -n myPython python=3.7
conda activate myPython
conda install jupyter
jupyter notebook