ニュース

Pythonで統計解析や機械学習をするため、最適と言われているツール【JupyterLab】をVSCodeで実行する環境を構築することにした。 インターネットで調べながら、結構苦戦したので備忘録として設定方法を残しておく。 インターネット上で配布されている、Windows ...
Pythonをpyenvでインストールてから仮想環境を作成し コードを動かすまでを説明します。 この記事を読んでいただければ、フォルダごとにPythonのバージョンとライブラリの内容が違う開発環境を作ることができます。 一度、基本としてコマンドから仮想環境 ...
My VSCode suddenly started to run "Discovering Global Python Interpreters", which seemed not to finish. It seemed like it could not find and choose the python environment inside .venv in the project ...
I've been using the same launch.json without issue for a good while now within my project. Suddenly command:python.interpreterPath is resolving to homebrew python rather than the .venv python ...