python 3.x – Jetbrains DataSpell module can’t be find while using nb_conda_kernel
there is a little bug while I using dataspell with conda kernels
here are my conda env info
conda (base) env installed jupyter nb_conda_kernels
conda (audio) env which i create in conda ,installed ipykernel,numpy
conda (base) env without numpy is set as the project python interpreter
conda (audio) env with numpy ,is set as the jupyter kernel
but in dataspell ,it shows that No module named 'numpy'
but the code using numpy can run rightly
bug renport picture
I think its a bug while finding modules ds will looking for them in project python interpreter,while the ipynb code actually run using selected conda kernel.
Though my code can be run ,it is a little annoying.
Read more here: Source link