| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン |
| rust [2025/10/30 08:58] – [rust-analyzer] ともやん | rust [2025/10/30 09:30] (現在) – [rust-analyzer] ともやん |
|---|
| ===== レシピ ===== | ===== レシピ ===== |
| |
| ==== rust-analyzer ==== | ==== rust-analyzer を JupyterLabで使うための設定 ==== |
| <WRAP color_term> | <WRAP color_term> |
| <WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
| <WRAP color_result><html><pre> | <WRAP color_result><html><pre> |
| ~/.local/bin/rust-analyzer | ~/.local/bin/rust-analyzer |
| | </pre></html></WRAP> |
| | <WRAP color_command><html><pre> |
| | (jupyterlab) <font color="#0087FF"><b>$</b></font> <font color="#26A269">cargo</font> install evcxr_jupyter |
| | (jupyterlab) <font color="#0087FF"><b>$</b></font> <font color="#26A269">evcxr_jupyter</font> <font color="#A347BA">--install</font> |
| | </pre></html></WRAP> |
| | <WRAP color_result><html><pre> |
| | Writing /home/tomoyan/.local/share/jupyter/kernels/rust/kernel.json |
| | Writing /home/tomoyan/.local/share/jupyter/kernels/rust/logo-32x32.png |
| | Writing /home/tomoyan/.local/share/jupyter/kernels/rust/logo-64x64.png |
| | Writing /home/tomoyan/.local/share/jupyter/kernels/rust/logo-LICENSE.md |
| | Writing /home/tomoyan/.local/share/jupyter/kernels/rust/kernel.js |
| | Writing /home/tomoyan/.local/share/jupyter/kernels/rust/lint.js |
| | Writing /home/tomoyan/.local/share/jupyter/kernels/rust/lint.css |
| | Writing /home/tomoyan/.local/share/jupyter/kernels/rust/lint-LICENSE |
| | Writing /home/tomoyan/.local/share/jupyter/kernels/rust/version.txt |
| | Installation complete |
| </pre></html></WRAP> | </pre></html></WRAP> |
| <WRAP color_command><html><pre> | <WRAP color_command><html><pre> |