File tree 1 file changed +21
-1
lines changed
1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,27 @@ Python 開発に便利な拡張機能は様々なものが存在しますが、
18
18
- デバッグ
19
19
- VS Code 内での Jupyter Notebook の実行
20
20
21
- また、拡張機能「Python」を追加すると「[ Jupyter] ( https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter ) 」「[ Pylance] ( https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance ) 」という拡張機能も同時に追加されます。これらも「Python」同様に Python のコードを書く際に強力な支援が受けられるようになるものです。
21
+ また、拡張機能「Python」を追加すると「[ Jupyter] ( https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter ) 」「[ Jupyter Keymap] ( https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter-keymap ) 」「[ Jupyter Notebook Renderers] ( https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter-renderers ) 」「[ Pylance] ( https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance ) 」という拡張機能も同時に追加されます。これらも「Python」同様に Python のコードを書く際に強力な支援が受けられるようになるものです。
22
+
23
+ #### 参考1: 拡張機能「[ Jupyter] ( https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter ) 」「[ Jupyter Keymap] ( https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter-keymap ) 」「[ Jupyter Notebook Renderers] ( https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter-renderers ) 」
24
+
25
+ 拡張機能「Jupyter」はVS Code内でJuypyter Notebookの実行を可能にするプラグインです。「Juypyter Keymap」はWebブラウザ上のJupyter Notebookに準拠したキーマップを提供するために用いられます。「Jupyter Notebook Renderers」はグラフィカルな表現を描画する際に利用されます。
26
+
27
+ Jupyter NotebookはWebブラウザ上で対話的にPythonの実行ができ、その結果は単なるテキストにとどまらないグラフや表などのグラフィカルな表現で出力されます。機械学習やデータサイエンスでの用途で利用されることが多いです。
28
+
29
+ 詳しくは公式のページを参照してください。
30
+
31
+ - [ Jupyter - Visual Studio Marketplace] ( https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter )
32
+ - [ Jupyter Keymap - Visual Studio Marketplace] ( https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter-keymap )
33
+ - [ Jupyter Notebook Renderers - Visual Studio Marketplace] ( https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter-renderers )
34
+
35
+ #### 参考2: 拡張機能「[ Pylance] ( https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance ) 」
36
+
37
+ 拡張機能「Pylance」はVS CodeでPythonのプログラムコードを書く際に、補完やパラメータの提案といった強力なサポート機能を提供します。
38
+
39
+ 詳しくは公式のページを参照してください。
40
+
41
+ - [ Pylance - Visual Studio Marketplace] ( https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance )
22
42
23
43
## Python (VS Code プラグイン)の追加方法
24
44
You can’t perform that action at this time.
0 commit comments