From ded096d66c9d0fe5dacbe14d5e7c05889a525511 Mon Sep 17 00:00:00 2001
From: Natasha Pavlovikj <npavlovikj2@unl.edu>
Date: Tue, 5 Jul 2022 18:28:30 -0500
Subject: [PATCH] Try 3

---
 .../using_anaconda_package_manager.md              | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/applications/user_software/using_anaconda_package_manager.md b/content/applications/user_software/using_anaconda_package_manager.md
index 708dd115..777caf01 100644
--- a/content/applications/user_software/using_anaconda_package_manager.md
+++ b/content/applications/user_software/using_anaconda_package_manager.md
@@ -271,16 +271,16 @@ Jupyter Notebook. To do so, follow the steps below, replacing
         {{< highlight bash >}}
         # Install ipykernel
         conda install ipykernel
-
+          
         # Install the kernel specification
         python -m ipykernel install --user --name "$CONDA_DEFAULT_ENV" --display-name "Python ($CONDA_DEFAULT_ENV)" --env PATH $PATH
         {{< /highlight >}}
-
-    {{% notice note %}}
-    If needed, other variables can be set via additional `--env` arguments, e.g., 
-    `python -m ipykernel install --user --name "$CONDA_DEFAULT_ENV" --display-name "Python ($CONDA_DEFAULT_ENV)" --env PATH $PATH --env VAR value`, 
-    where `VAR` and `value` are the name and the value of the variable respectively.
-    {{% /notice %}}
+                           
+         {{% notice note %}}
+         If needed, other variables can be set via additional `--env` arguments, e.g., 
+         `python -m ipykernel install --user --name "$CONDA_DEFAULT_ENV" --display-name "Python ($CONDA_DEFAULT_ENV)" --env PATH $PATH --env VAR value`, 
+         where `VAR` and `value` are the name and the value of the variable respectively.
+         {{% /notice %}}
 
     2.  For an **R** conda environment, install the jupyter\_client and
         IRkernel packages, and then the kernel specification:
-- 
GitLab