Skip to content
SOISOS
  • FOOD
  • STATISTICS
  • PROGRAMMING
    • Python
    • Rust
    • Oracle
  • PHILOSOPHY

how to add environment to jupyter

Home » how to add environment to jupyter

How to add conda/mamba environment to jupyter notebook

Posted by By sunny.bak April 28, 2023Posted inSOFTWARE
Create conda environment called, "myenv" (environment name can be anything) conda create --name myenv Activate "myenv" environment conda activate myenv Install ipykernel (ipykernel is python execution backend for jupyter) conda…
Read More
Copyright 2025 — SOISOS. All rights reserved. Sinatra WordPress Theme
Scroll to Top