I want to edit/run Jupyter Notebooks with Spyder. Python environments exist with all needed packages (besides Spyder packages). When running Spyder in an activated ...
# create date: 2023.10.13 (base) $ conda create -n dgl python=3.9 # 3.9.18 installed (base) $ conda activate dgl # For MacBook (discontinued in 2023.10.16) (dgl) $ conda install pytorch==1.13.0 ...