Commit e30897df authored by Iliya Manolov's avatar Iliya Manolov

[jupyter] Fixed custom.js issue

parent 456bf9d5
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
[instance-jupyter-notebook] [instance-jupyter-notebook]
filename = instance.cfg.in filename = instance.cfg.in
md5sum = 9b611c1bf176ac3d088b6387b5591678 md5sum = efe81436456d5cdfbaf9d722d1d64ebf
[jupyter-notebook-config] [jupyter-notebook-config]
filename = jupyter_notebook_config.py.jinja filename = jupyter_notebook_config.py.jinja
...@@ -33,3 +33,7 @@ md5sum = 7d5309fe79afbcb455c0d8181b42e56c ...@@ -33,3 +33,7 @@ md5sum = 7d5309fe79afbcb455c0d8181b42e56c
[kernel-json] [kernel-json]
filename = kernel.json.jinja filename = kernel.json.jinja
md5sum = 33547be93a67530165e079dc3ecfdac3 md5sum = 33547be93a67530165e079dc3ecfdac3
[custom-js]
filename = custom.js
md5sum = 0bf9e2eb1718b14307265fe05a167018
...@@ -8,7 +8,7 @@ parts = ...@@ -8,7 +8,7 @@ parts =
jupyter-notebook-config jupyter-notebook-config
erp5-kernel erp5-kernel
kernel-json kernel-json
custom-js custom-js-link
monitor-base monitor-base
extends = extends =
{{ monitor_template_rendered }}/template-monitor.cfg {{ monitor_template_rendered }}/template-monitor.cfg
...@@ -154,7 +154,7 @@ context = ...@@ -154,7 +154,7 @@ context =
raw display_name ERP5 raw display_name ERP5
raw language_name python raw language_name python
[custom-js] [custom-js-link]
recipe = slapos.cookbook:symbolic.link recipe = slapos.cookbook:symbolic.link
target-directory = ${directory:jupyter_custom_dir} target-directory = ${directory:jupyter_custom_dir}
link-binary = {{ custom_js_location }}/custom.js link-binary = {{ custom_js_location }}/custom.js
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment