Commit 029b9b28 authored by Ayush Tiwari's avatar Ayush Tiwari

IPython Notebook: Changed alias from ipynb to IPython Notebook

parent e94e163d
[buildout]
extends =
${template-ipynb:output}
${template-ipythonnotebook:output}
[request-ipynb]
[request-ipythonnotebook]
<= slap-connection
recipe = slapos.cookbook:request
name = IPython Notebook
......
......@@ -8,5 +8,5 @@ offline = true
[switch-softwaretype]
recipe = slapos.cookbook:softwaretype
default = ${default-template-ipynb:output}
notebook = ${template-ipynb:output}
\ No newline at end of file
default = ${default-template-ipythonnotebook:output}
notebook = ${template-ipythonnotebook:output}
\ No newline at end of file
......@@ -15,8 +15,8 @@ parts =
ipython_notebook
ipython_notebook_set_password
instance
template-ipynb
default-template-ipynb
template-ipythonnotebook
default-template-ipythonnotebook
[ipython_notebook]
; In the ipython notebook software, we use more eggs than in the minimal
......@@ -53,17 +53,17 @@ recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
output = ${buildout:directory}/instance.cfg
[template-ipynb]
[template-ipythonnotebook]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-ipython-notebook.cfg.in
md5sum = 5ba2484c3550a3254d14fcf1ed5fa6f4
output = ${buildout:directory}/template-ipython-notebook.cfg
mode = 0644
[default-template-ipynb]
[default-template-ipythonnotebook]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-ipython-default.cfg.in
md5sum = bd573c4ab5e1893d3bf91ae5c7c0d792
md5sum = 9150cb3e60dddcde8060d04911e82323
output = ${buildout:directory}/temlate-ipython-default.cfg.in
mode = 0644
......
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