Using jupyter kernelspec list, I found, there are 2 kernels:
dataanalysis python3
When I open any .ipynb file, it directly opens in "python3" but I want to open it in "analysis" because I created a virtual environment dataanalysis and only in this kernel I imported all necessary packages
My question is, Is there any way to change my default kernel without removing any kernel?