回答編集履歴

2

2018/10/14 11:51

投稿

tiitoi
tiitoi

スコア21956

test CHANGED
@@ -9,3 +9,41 @@
9
9
 
10
10
 
11
11
  原因はわからないのですが、一旦テーマを `jt -r` で戻して、Notebook のプロセスを一旦落として、再起動したら直りました。
12
+
13
+
14
+
15
+ ----
16
+
17
+
18
+
19
+ # 追記 2018/10/14
20
+
21
+
22
+
23
+ 自分も同じ現象になり、解決方法があったので検索で来た人用に記載
24
+
25
+
26
+
27
+ なんらかの条件で CSS がおかしくなるバグの模様
28
+
29
+ [jupyter-themes/issues](https://github.com/dunovank/jupyter-themes/issues/203)
30
+
31
+
32
+
33
+ 解決策としては、
34
+
35
+ こちらの [custom.zip](https://github.com/dunovank/jupyter-themes/files/2365039/custom.zip) をダウンロードして、解凍する。
36
+
37
+ そして中にある custom.css を既存の ` ~/.jupyter/custom/custom.css` と差し替える。
38
+
39
+
40
+
41
+ 差し替え前
42
+
43
+ ![イメージ説明](5589636e27af8a533f56bef8388ff4d5.png)
44
+
45
+
46
+
47
+ 差し替え後
48
+
49
+ ![イメージ説明](e9a58255aa0a48f51e6518bca14aace3.png)

1

文言

2018/10/14 11:51

投稿

tiitoi
tiitoi

スコア21956

test CHANGED
@@ -1,6 +1,6 @@
1
1
  Jupyter Notebook のバグでなく、jupyter-themes のバグだと思います。
2
2
 
3
- アラインメントがずれて左側の数文字分がれてしまっています。
3
+ アラインメントがずれて左側の数文字分がれて見えなくなっています。
4
4
 
5
5
 
6
6