Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
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
Guillaume Hervier
slapos-caddy
Commits
029b9b28
Commit
029b9b28
authored
Jun 10, 2015
by
Ayush Tiwari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IPython Notebook: Changed alias from ipynb to IPython Notebook
parent
e94e163d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
software/ipython_notebook/instance-ipython-default.cfg.in
software/ipython_notebook/instance-ipython-default.cfg.in
+2
-2
software/ipython_notebook/instance.cfg
software/ipython_notebook/instance.cfg
+2
-2
software/ipython_notebook/software.cfg
software/ipython_notebook/software.cfg
+5
-5
No files found.
software/ipython_notebook/instance-ipython-default.cfg.in
View file @
029b9b28
[buildout]
[buildout]
extends =
extends =
${template-ipy
nb
:output}
${template-ipy
thonnotebook
:output}
[request-ipy
nb
]
[request-ipy
thonnotebook
]
<= slap-connection
<= slap-connection
recipe = slapos.cookbook:request
recipe = slapos.cookbook:request
name = IPython Notebook
name = IPython Notebook
...
...
software/ipython_notebook/instance.cfg
View file @
029b9b28
...
@@ -8,5 +8,5 @@ offline = true
...
@@ -8,5 +8,5 @@ offline = true
[switch-softwaretype]
[switch-softwaretype]
recipe = slapos.cookbook:softwaretype
recipe = slapos.cookbook:softwaretype
default = ${default-template-ipynb:output}
default = ${default-template-ipythonnotebook:output}
notebook = ${template-ipynb:output}
notebook = ${template-ipythonnotebook:output}
\ No newline at end of file
\ No newline at end of file
software/ipython_notebook/software.cfg
View file @
029b9b28
...
@@ -15,8 +15,8 @@ parts =
...
@@ -15,8 +15,8 @@ parts =
ipython_notebook
ipython_notebook
ipython_notebook_set_password
ipython_notebook_set_password
instance
instance
template-ipy
nb
template-ipy
thonnotebook
default-template-ipy
nb
default-template-ipy
thonnotebook
[ipython_notebook]
[ipython_notebook]
; In the ipython notebook software, we use more eggs than in the minimal
; In the ipython notebook software, we use more eggs than in the minimal
...
@@ -53,17 +53,17 @@ recipe = slapos.recipe.template
...
@@ -53,17 +53,17 @@ recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
url = ${:_profile_base_location_}/instance.cfg
output = ${buildout:directory}/instance.cfg
output = ${buildout:directory}/instance.cfg
[template-ipy
nb
]
[template-ipy
thonnotebook
]
recipe = slapos.recipe.template
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-ipython-notebook.cfg.in
url = ${:_profile_base_location_}/instance-ipython-notebook.cfg.in
md5sum = 5ba2484c3550a3254d14fcf1ed5fa6f4
md5sum = 5ba2484c3550a3254d14fcf1ed5fa6f4
output = ${buildout:directory}/template-ipython-notebook.cfg
output = ${buildout:directory}/template-ipython-notebook.cfg
mode = 0644
mode = 0644
[default-template-ipy
nb
]
[default-template-ipy
thonnotebook
]
recipe = slapos.recipe.template
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-ipython-default.cfg.in
url = ${:_profile_base_location_}/instance-ipython-default.cfg.in
md5sum =
bd573c4ab5e1893d3bf91ae5c7c0d792
md5sum =
9150cb3e60dddcde8060d04911e82323
output = ${buildout:directory}/temlate-ipython-default.cfg.in
output = ${buildout:directory}/temlate-ipython-default.cfg.in
mode = 0644
mode = 0644
...
...
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