Commit a3932e03 authored by Sebastian's avatar Sebastian

small fix

parent f57d5868
[buildout]
parts =
jupyter-pip
renderjs_nbextension
[jupyter-pip]
recipe = zc.recipe.egg:custom
egg = jupyter-pip
# renderjs_nbextension installed from latest git version
[renderjs_nbextension]
recipe = zc.recipe.egg:develop
......@@ -25,4 +30,4 @@ recipe = plone.recipe.command
command = cd "${renderjs_nbextension-repository:location}" && /sbin/git submodule update --init
stop-on-error = true
# propagate location of main repo
location= ${renderjs_nbextension-repository:location}
\ No newline at end of file
location= ${renderjs_nbextension-repository:location}
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