This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Jupyter notebook installation

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.

jupyter

1 answer

Easiest is to simply make a new environment and then use mamba install -c conda-forge jupyterlab python=<desiredPyVersion>. Then start with jupyter-lab and follow the instructions ok screen.

Can I install this way for interactive Jupyter notebook?

Log in to answer this question.