質問編集履歴

1

エラー内容を追記しました

2019/10/15 11:22

投稿

blackPorgy_
blackPorgy_

スコア46

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,18 @@
1
1
  [VS CodeがJupyter notebook編集に対応](https://devblogs.microsoft.com/python/announcing-support-for-native-editing-of-jupyter-notebooks-in-vs-code/)したと聞き、さっそく導入してみたのですが、2つエラーが出ており、コードを実行できません。
2
+
3
+ > Failed to connect to Jupyter notebook.
4
+
5
+ http://localhost:8888/
6
+
7
+ Error: Invalid response: 400 Bad Request
8
+
9
+
10
+
11
+ > Jupyter kernel cannot be started from 'Python 3.6.5 64-bit'. Using closest match Python 3.5.4 64-bit instead.
12
+
13
+ Error starting original kernel: Error: Module 'notebook' not installed.
14
+
15
+
2
16
 
3
17
  環境は、macOS Mojave 10.14.6です。
4
18