From 36a73a1a72b3fb034a2abe9925582bf75fb4fafb Mon Sep 17 00:00:00 2001 From: Adam Caprez <acaprez2@unl.edu> Date: Thu, 19 Aug 2021 16:38:42 -0500 Subject: [PATCH] Remove associated notice. Resolves #44. --- .../user_software/using_anaconda_package_manager.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/applications/user_software/using_anaconda_package_manager.md b/content/applications/user_software/using_anaconda_package_manager.md index b31bea0b..dde5d178 100644 --- a/content/applications/user_software/using_anaconda_package_manager.md +++ b/content/applications/user_software/using_anaconda_package_manager.md @@ -272,12 +272,6 @@ Jupyter Notebook. To do so, follow the steps below, replacing 4. Once you have the environment set up, deactivate it: {{< highlight bash >}}conda deactivate{{< /highlight >}} -{{% notice note %}} -**Note**: Step 5 only needs to be done once. Any future created -environments will automatically be accessible from SLURM notebooks -once this is done. -{{% /notice %}} - 5. Login to JupyterHub and create a new notebook using the environment by selecting the correct entry in the `New` dropdown menu in the top right -- GitLab