Investigations - Visual Studio Code / VSCode
Tips
Showing Whitespace
Enable Python extension and WSL, ipython
-
https://dev.classmethod.jp/articles/try-openai-cookbook-from-vscode-on-wsl-ubuntu/ / https://dr-kayai.hatenablog.com/entry/2020/11/03/022840
-
You need to make sure the editor is connected to WSL environment, and
-
pip install jupyter ipykernel
-
IIUC, we need
ipykernel
for running ipynb in VSCode,jupyter
(andnotebook
dependency) to run jupyter notebook or server environment.
-
-
-