0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

VisualStudioでPythonを使う

Posted at

使用する環境

Windows10
VisualStudio2019

セットアップ

VisualStudioを起動します。
表示>その他のウィンドウ>Python環境を選択します。
環境を追加を選択します。
Conda環境を選択します。
1つ以上のAnacondaパッケージ名にnumpy pandas openpyxlを入力します。
作成を選択します。
Python環境ウィンドウに追加した環境が表示されます。
これで、pandas、numpyなどが使用可能になりました。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?