1
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 3 years have passed since last update.

WSL×VSCode×JupyterNotebook

Posted at

タイトルのまま
ほぼ自分用メモ

前提

  • Windows
  • WSL
  • VSCode
  • JupyterNotebook

1.WSLでLinux環境構築

Microsoft StoreでUbuntuインストール

2.WSL上にpyenvでPython環境構築

こちらの記事のとおりによしなにやる(GitHubに上がっているスクリプトを実行する)

ただしWindowsでGit Cloneすると改行コードがCRLFになり、WSL上で実行するときにエラーが発生するので
VSCodeで開いてLFにしてから保存などするとよろし

3. VSCodeでRemoteWSLインストール

拡張機能インストールするだけ(多分RemoteDevelopとかと同じ)
左下の><をクリックして
New WSL Window Using distro...
をクリックして、インストールしたUbuntu環境を選択する

4. WSL環境のVSCodeで拡張機能インストール

JupyterとかPythonの拡張機能をインストールする
(なんかすぐに切り替わらないので謎だけど、最初はインストールできなかったりするのでVSCode閉じたり開いたりする)

あと
pip install -U ipykernel
する

そしたら使えるようになる。やったね

1
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
1
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?