回答編集履歴
1
修正
test
CHANGED
@@ -54,6 +54,14 @@
|
|
54
54
|
|
55
55
|
|
56
56
|
|
57
|
-
#
|
57
|
+
# Install jupyter extensions
|
58
|
+
|
59
|
+
RUN jupyter nbextension enable --py --sys-prefix widgetsnbextension \
|
60
|
+
|
61
|
+
&& jupyter labextension install @jupyter-widgets/jupyterlab-manager
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
COPY jupyter_notebook_config.py /root/.jupyter/
|
58
66
|
|
59
67
|
```
|