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

IPython Notebook: Changed alias from ipynb to IPython Notebook

parent e94e163d
[buildout] [buildout]
extends = extends =
${template-ipynb:output} ${template-ipythonnotebook:output}
[request-ipynb] [request-ipythonnotebook]
<= slap-connection <= slap-connection
recipe = slapos.cookbook:request recipe = slapos.cookbook:request
name = IPython Notebook name = IPython Notebook
......
...@@ -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
...@@ -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-ipynb template-ipythonnotebook
default-template-ipynb default-template-ipythonnotebook
[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-ipynb] [template-ipythonnotebook]
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-ipynb] [default-template-ipythonnotebook]
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
......
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