Commit e2af92f2 authored by Sebastian's avatar Sebastian

initial changes

parent 6ce7237c
[buildout]
parts =
renderjs_nbextension
[renderjs_nbextension]
recipe = zc.recipe.egg:develop
egg = renderjs_nbextension
setup = ${renderjs_nbextension-submoduleinit:location}/renderjs_nbextension
setup-eggs = jupyter-pip
environment = renderjs_nbextension-env
[renderjs_nbextension-env]
PATH = ${git:location}/bin:%(PATH)s
[renderjs_nbextension-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/Kreisel/renderjs_extension.git
location = ${buildout:parts-directory}/renderjs_nbextension
git-executable = ${git:location}/bin/git
[renderjs_nbextension-submoduleinit]
recipe = plone.recipe.command
command = cd "${renderjs_nbextension-repository:location}" && ${git:location}/bin/git submodule update --init
stop-on-error = true
location= ${renderjs_nbextension-repository:location}
\ No newline at end of file
......@@ -26,6 +26,7 @@ parts =
erp5-kernel
kernel-json
custom-js
# renderjs-nbextension
extends = {{ monitor_template }}
......@@ -163,3 +164,9 @@ context =
template = {{ custom_js_location }}/{{ custom_js_filename }}
rendered = ${directory:ipython_dir}/profile_default/static/custom/custom.js
mode = 0744
#[renderjs-nbextension]
#recipe = cns.recipe.symlink
#symlink = ${directory:ipython_dir}/renderjs_nbextension = {{ parts_directory }}/renderjs-nbextension/renderjs_nbextension
#autocreate = true
......@@ -8,12 +8,16 @@ extends =
../../component/scikit-learn/buildout.cfg
../../component/pandas/buildout.cfg
../../component/openssl/buildout.cfg
../../component/jupyter_renderjs.cfg
parts =
monitor-eggs
slapos-cookbook
ipython-notebook
instance-jupyter
# renderjs-nbextension
#[renderjs-nbextension]
#recipe = zc.recipe.egg:custom
#egg = renderjs-nbextension
[ipython-notebook]
; In the ipython notebook software, we use more eggs than in the minimal
......@@ -79,6 +83,7 @@ context =
key kernel_json_filename kernel-json:filename
key custom_js_location custom-js:location
key custom_js_filename custom-js:filename
# key parts_directory buildout:parts-directory
[versions]
PyRSS2Gen = 1.1
......
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