cc_staff
123
edits
Line 101: | Line 101: | ||
</source> | </source> | ||
After the shell prompt changes to '''(rapids) Singularity>''', you can launch the Jupyter Notebook server in the rapids env with following command: | After the shell prompt changes to '''(rapids) Singularity>''', you can launch the Jupyter Notebook server in the rapids env with following command, and the URL of the Notebook server is displayed after it starts successfully:: | ||
<source lang="console">(rapids) Singularity> jupyter-lab --ip $(hostname -f) --no-browser | <source lang="console">(rapids) Singularity> jupyter-lab --ip $(hostname -f) --no-browser | ||
[I 22:28:20.215 LabApp] JupyterLab extension loaded from /opt/conda/envs/rapids/lib/python3.7/site-packages/jupyterlab | [I 22:28:20.215 LabApp] JupyterLab extension loaded from /opt/conda/envs/rapids/lib/python3.7/site-packages/jupyterlab |