diff options
author | 2022-10-19 15:33:59 -0700 | |
---|---|---|
committer | 2022-10-19 15:33:59 -0700 | |
commit | 72ab1bc9956a3ae34f628b47b918489a11f1fbdd (patch) | |
tree | 36ecbec0854be44163be990c6f6378780f5e6f29 | |
parent | 3bfe281d9d70c7f521953a8ade9d825565edbd2b (diff) | |
download | WarpX-72ab1bc9956a3ae34f628b47b918489a11f1fbdd.tar.gz WarpX-72ab1bc9956a3ae34f628b47b918489a11f1fbdd.tar.zst WarpX-72ab1bc9956a3ae34f628b47b918489a11f1fbdd.zip |
OLCF Jupyter: Mamba is Pre-Installed (#3471)
Mamba is now pre-installed on OLCF Jupyter base images! :)
-rw-r--r-- | Docs/source/install/hpc/summit.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Docs/source/install/hpc/summit.rst b/Docs/source/install/hpc/summit.rst index a4dbc16a4..2a22ab2e7 100644 --- a/Docs/source/install/hpc/summit.rst +++ b/Docs/source/install/hpc/summit.rst @@ -344,10 +344,7 @@ When starting up a post-processing session, run this in your first cells: # work-around for OLCFHELP-4242 !jupyter serverextension enable --py --sys-prefix dask_labextension - # next Jupyter cell: install a faster & better conda package manager - !conda install -c conda-forge -y mamba - - # next cell: the software you want + # next Jupyter cell: the software you want !mamba install --quiet -c conda-forge -y openpmd-api openpmd-viewer ipympl ipywidgets fast-histogram yt # restart notebook |