Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sebastian
slapos
Commits
e2af92f2
Commit
e2af92f2
authored
Dec 16, 2016
by
Sebastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial changes
parent
6ce7237c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
27 deletions
+13
-27
component/jupyter_renderjs/buildout.cfg
component/jupyter_renderjs/buildout.cfg
+0
-26
software/ipython_notebook/instance.cfg.in
software/ipython_notebook/instance.cfg.in
+7
-0
software/ipython_notebook/software.cfg
software/ipython_notebook/software.cfg
+6
-1
No files found.
component/jupyter_renderjs/buildout.cfg
deleted
100644 → 0
View file @
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
software/ipython_notebook/instance.cfg.in
View file @
e2af92f2
...
...
@@ -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
software/ipython_notebook/software.cfg
View file @
e2af92f2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment