Hi,
On a linux machine, I have different conda environments (related to different omics data analysis) and now plan to install jupyter and get my conda environments running using jupyter. I already have checked the instructions and thinking to first install jupyter on conda base environment and then installing nb_conda_kernels and ipykerne via conda to add my current environments to jupyter kernel list. But not sure what is the optimal solution to avoid any future conflicts.
Can I install this way for interactive Jupyter notebook?