When testing, it’s often necessary to create a new conda environment and then install the jupyter kernel within that environment for use with notebooks. Re-registering new kernels each time can be cumbersome, so here is a record of the process…
Preparing and Registering Python Kernel
Activate the environment you want to register the kernel in.