Skip to content

Commit

Permalink
clarify what it means that the default environment does not persist
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 authored Oct 27, 2023
1 parent da46bbb commit 628fe7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/tutorials-examples/tutorials/programming/conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This tutorial documents how to create conda environments on Neurodesk.

## Conda environment

Conda is promptly available on Neurodesk. The default environment is not persistent across sessions, but you can create your own environment, which will be stored in your homedirectory, by following these steps:
The default conda environment is not persistent across sessions, so this means any packages you install in the standard environment will disappear after you restart the Jupyterlab instance. However, you can create your own conda environment, which will be stored in your homedirectory, by following the steps on this page. This method can also be used to install additional kernels, such as an R kernel.

1. In a Terminal window, type in:

Expand Down Expand Up @@ -69,4 +69,4 @@ pip install -r requirements.txt

Switching the environment on a Jupyter Notebook is also possible on the top right corner dropdown menu.

![3_notebook](/static/tutorials-examples/tutorials/programming/conda/3_notebook.png '3_notebook')
![3_notebook](/static/tutorials-examples/tutorials/programming/conda/3_notebook.png '3_notebook')

0 comments on commit 628fe7f

Please sign in to comment.