ニュース

ユタカです。 時間ができたので、久々にpythonに触れてみようと思ってVScodeを開きました。 簡単なコードのはずなのに、未定義エラーが出てしまいました。 その原因と解決策が単純すぎたので、備忘録としてまとめます。
I executed "Python: Clear Cache and Reload Window" in the vscode command palette, but it did not fix any errors. Regarding the naming problem of fastapi test.py, this is a test file I rewrote.
Type: Bug Behaviour When I pick "Python: Select Interpreter" from the command pallette and then pick "Use Python from python.defaultInterpreterPath setting" I get a failed to resolve error: https:/ ...
目的 Pythonで統計解析や機械学習をするため、最適と言われているツール【JupyterLab】をVSCodeで実行する環境を構築することにした。 インターネットで調べながら、結構苦戦したので備忘録として設定方法を残しておく。