From 1fd31536ae129b4bf9843622872db36fe7a6f818 Mon Sep 17 00:00:00 2001 From: Daniel Chen Date: Sun, 6 Oct 2024 19:28:54 -0700 Subject: [PATCH] remove note on nb_conda_kernels being personal perference --- lectures/7a-virtual-environments-conda.qmd | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lectures/7a-virtual-environments-conda.qmd b/lectures/7a-virtual-environments-conda.qmd index 7acb259..1716403 100644 --- a/lectures/7a-virtual-environments-conda.qmd +++ b/lectures/7a-virtual-environments-conda.qmd @@ -470,15 +470,6 @@ conda env remove -n live_env ### Making environments work well with JupyterLab -:::{.note} -## Note - -This section is a personal preference, -it does allow you to easily change between environments within jupyter lab, -but if you are not careful, you can end up installing packages in the -wrong environment or not realize you are using the wrong environment. -::: - In brief, you need to install the `ipykernel` package in any new environment your create,