Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Use only one file in the ipython-notebook app
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jun 20, 2013
1 parent 3304cee commit b498f2b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
1 change: 0 additions & 1 deletion ipython-notebook/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
mkdir $PREFIX/bin/
cp $RECIPE_DIR/ipython_mac.command $PREFIX/bin/ipython_mac.command
cp $RECIPE_DIR/ipython_mac.sh $PREFIX/bin/ipython_mac.sh
4 changes: 0 additions & 4 deletions ipython-notebook/ipython_mac.sh

This file was deleted.

16 changes: 8 additions & 8 deletions ipython-notebook/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ requirements:
- tornado

app:
entry: ipython notebook [not osx]
entry: ipython notebook [not osx]
icon: ipynb_icon_64x64.png
summary: IPython Notebook
type: web
cli_opts: [not osx]
- name: port [not osx]
args: --port %s [not osx]
default: 8080 [not osx]
summary: Server port ... [not osx]
entry: ipython_mac.sh [osx]
cli_opts: [not osx]
- name: port [not osx]
args: --port %s [not osx]
default: 8080 [not osx]
summary: Server port ... [not osx]
entry: open ${PREFIX}/bin/ipython_mac.command [osx]

build:
number: 1 [osx]
number: 1 [osx]

about:
home: http://ipython.org/notebook.html
Expand Down

0 comments on commit b498f2b

Please sign in to comment.