Jupyter notebook installation
1
0
Entering edit mode
8 months ago
sarahmanderni ▴ 100

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.0k views
ADD COMMENT
1
Entering edit mode
8 months ago
ATpoint 82k

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.

ADD COMMENT
0
Entering edit mode

Can I install this way for interactive Jupyter notebook?

ADD REPLY

Login before adding your answer.

Traffic: 1727 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6