Skip to content

Commit

Permalink
Update user-environment.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
manycoding authored Apr 3, 2019
1 parent 8ed2f81 commit 59157a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/source/user-environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ using this tool.

.. _setup-conda-envs:

Allow users to create their own ``conda`` environments
Allow users to create their own ``conda`` environments for notebooks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Sometimes you want users to be able to create their own ``conda`` environments.
Expand All @@ -294,6 +294,12 @@ across sessions. To resolve this, take the following steps:
The text above will cause Anaconda to install new environments to this folder,
which will persist across sessions.

These environments are supposed to be used in notebooks, so a typical use case:

1. Create one with at least a kernel, e.g. for Python it's ``conda create -n myenv ipykernel scipy``

2. Now this env should be available in the list of kernels


.. _multiple-profiles:

Expand Down

0 comments on commit 59157a7

Please sign in to comment.