LoginSignup
0
1

More than 1 year has passed since last update.

【MLOps】docker/mlflowを使った競馬AI開発環境構築(2021年版)~VScode編~

Posted at

今回は、コーディングやpythonコードの実行を行うためのvscodeをインストールしていきます。

VScodeを選んだ理由は、

  • 仕事でもよく使う
  • pythonコードを簡単に実行できる
  • ipynbもvscode上で実行できる

ためです。以前はjupyter notebookを使っていたんですが、ブラウザだと使いにくいところがあったり、コード補完機能を使うための設定がめんどくさかったりしたので、やっぱりvscodeに戻ってきました。

VScode構築手順

  1. ローカル環境にVScodeをインストールする
  2. 拡張機能をインストールする

1. ローカル環境にVScodeをインストールする

公式サイトからインストーラをダウンロードして、ローカルで実行してください。基本的にデフォルト設定で問題ないです。

2. 拡張機能をインストールする

今回は下記の拡張機能をインストールしています。VS Marketplace Link をクリックすると、インストールページに飛ぶことができます。

Jypyter (ms-toolsai.jupyter)
Name: Jupyter
Id: ms-toolsai.jupyter
Description: Jupyter notebook support, interactive programming and computing that supports Intellisense, debugging and more.
Version: 2021.9.1101343141
Publisher: Microsoft

VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter

GitLens(eamodio.gitlens)
Name: GitLens — Git supercharged
Id: eamodio.gitlens
Description: Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more
Version: 11.6.1
Publisher: GitKraken

VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens

まとめ

今回は、私がおすすめするVScodeのインストール手順を説明しました。

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