diff options
-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 |