add conda env into the jupyter kernel

conda install nb_conda
conda install -n {gnn_explain} ipykernel
python -m ipykernel install --user --name {gnn_explain} --display-name {gnn_explain}

你可能感兴趣的:(conda,jupyter,python)