Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmith- authored Nov 18, 2019
1 parent 1a85ac4 commit c345b0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ An example batch job wrapper script is:
echo "Running command:" $@
time $@ || exit $?
Unless you install jupyter into this environment (which may bloat the tarball--LCG96 jupyter is reasonably recent), it is not visible inside the LCG jupyter server. From a shell with the virtual environment activated, you can execute::

python -m ipykernel install --user --name=coffeaenv

to make a new kernel available that uses this environment.

For Developers
--------------
Expand Down

0 comments on commit c345b0f

Please sign in to comment.