Skip to content
Snippets Groups Projects

Remove Crane-specific wording.

Merged Adam Caprez requested to merge anaconda-crane into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -22,7 +22,7 @@ straightforward.
- [Using /common for environments](#using-common-for-environments)
- [Adding and Removing Packages from an Existing Environment](#adding-and-removing-packages-from-an-existing-environment)
- [Creating custom GPU Anaconda Environment](#creating-custom-gpu-anaconda-environment)
- [Using an Anaconda Environment in a Jupyter Notebook on Crane](#using-an-anaconda-environment-in-a-jupyter-notebook-on-crane)
- [Using an Anaconda Environment in a Jupyter Notebook](#using-an-anaconda-environment-in-a-jupyter-notebook)
### Using Anaconda
@@ -245,7 +245,7 @@ If you have custom GPU Anaconda environment please only use the two lines from a
Using `module load tensorflow-gpu/py36/1.14` and `conda activate tensorflow-gpu-1.14-custom` in the same script is **wrong** and may give you various errors and incorrect results.
{{% /notice %}}
### Using an Anaconda Environment in a Jupyter Notebook on Crane
### Using an Anaconda Environment in a Jupyter Notebook
It is not difficult to make an Anaconda environment available to a
Jupyter Notebook. To do so, follow the steps below, replacing
Loading