質問編集履歴

1

説明を足しました

2020/01/08 04:11

投稿

ttoo
ttoo

スコア126

test CHANGED
File without changes
test CHANGED
@@ -10,11 +10,43 @@
10
10
 
11
11
  jupyternotebookのセル幅の変更を行いたいのですが、~/.jupyter/custom/custom.css
12
12
 
13
- の./jupyter/フォルダが存在しないため、ど配下存在しているか教えてただきたいす。
13
+ の./jupyter/フォルダが存在しないため、どのようにしてセルの幅変更すればよろしいでしょうか?
14
14
 
15
- そもそも、jupyternotebookの設定変更をどこのファイルを編集する必要があるかなど、
16
15
 
16
+
17
+ .jupyter/配下は以下のようになっております。
18
+
19
+
20
+
21
+ ```
22
+
23
+ [root@ip-172-16-28-5 .jupyter]# tree
24
+
25
+ .
26
+
27
+ ├── jupyter_notebook_config.json
28
+
29
+ ├── jupyter_notebook_config.py
30
+
31
+ ├── lab
32
+
33
+ │ └── workspaces
34
+
35
+ │ └── lab-a511.jupyterlab-workspace
36
+
17
- 教えていただきたいです。
37
+ ├── nbconfig
38
+
39
+ │ └── notebook.json
40
+
41
+ ├── notebookcert.pem
42
+
43
+ └── notebookkey.key
44
+
45
+
46
+
47
+ 3 directories, 6 files
48
+
49
+ ```
18
50
 
19
51
 
20
52