Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

note block for version number note #183

Merged
merged 1 commit into from
Dec 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions software/analytics/ibm-wml-ce.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,14 @@ The IBM-WML-CE conda environment is read-only. Therefore, users
cannot install any additional packages that may be needed. If users need
any additional conda or pip packages, they can clone the IBM-WML-CE
conda environment into their home directory and then add any packages they
need. Note: The conda environment includes a module revision number, the X
in ``ibm-wml-ce-1.6.2-X``. The name of the active environment can be found
in the prompt string, or ``conda env list`` can be used to see what conda
environments are available.
need.

.. note::

The conda environment includes a module revision number, the 'X' in
``ibm-wml-ce-1.6.2-X``. The name of the active environment can be found in
the prompt string, or ``conda env list`` can be used to see what conda
environments are available.

.. code-block:: console

Expand Down