Can I install this way for interactive Jupyter notebook?
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.
• 3,473 views
•
link
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.
• 0 views
•
link
• 0 views
•
link
Log in to answer this question.