cc_staff
123
edits
m (update text format) |
No edit summary |
||
Line 98: | Line 98: | ||
</source> | </source> | ||
<!--T:19--> | <!--T:19--> | ||
After the shell prompt changes to <tt>(rapids) Apptainer></tt>, you can launch the Jupyter Notebook server in the RAPIDS environment with the following command, and the URL of the Notebook server will be displayed after it starts successfully. | After the shell prompt changes to <tt>(rapids) Apptainer></tt>, you can launch the Jupyter Notebook server in the RAPIDS environment with the following command, and the URL of the Notebook server will be displayed after it starts successfully. | ||
<source lang="console">(rapids) Apptainer> jupyter-lab --ip $(hostname -f) --no-browser | <source lang="console">(rapids) Apptainer> jupyter-lab --ip $(hostname -f) --no-browser | ||
</source> | |||
'''NOTE:''' Starting with the RAPIDS v23.08 release, after initiating Conda, there is no need to activate rapids as all packages are included in the base conda environment, e.g. you can launch the Jupyter Notebook server in the base environment with the following commands. | |||
<source lang="console">Apptainer> source /opt/conda/etc/profile.d/conda.sh | |||
Apptainer> jupyter-lab --ip $(hostname -f) --no-browser | |||
</source> | </source> | ||