インストール

$ conda create -n rapids-25.04 -c rapidsai-nightly -c conda-forge -c nvidia \
python=3.12 'cuda-version>=12.0,<=12.8' \
jupyterlab
# To activate this environment, use
#
# $ conda activate rapids-25.04
#
# To deactivate an active environment, use
#
# $ conda deactivate
$ jupyter lab
To access the server, open this file in a browser:
file:///home/kanji/.local/share/jupyter/runtime/jpserver-1876-open.html
Or copy and paste one of these URLs:
http://localhost:8888/lab?token=2f29b594e2d93cacaa57692b082b2c68f66d67a8f985f8cb
http://127.0.0.1:8888/lab?token=2f29b594e2d93cacaa57692b082b2c68f66d67a8f985f8cb
Ctrlキーを押しながら、URLをクリックすると、
Jupter Labが起動する。

Visual Studio Code

Ctrl+Shift+P
「Jupyter: Create New Juptyer Notebook 」を選択