forked from conda-archive/conda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
30 lines (26 loc) · 752 Bytes
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
package:
name: ipython-notebook
version: 1.0.0a1
requirements:
run:
- python
- ipython
- pyzmq
- tornado
- jinja2
app:
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: open ${PREFIX}/bin/ipython_mac.command [osx]
build:
number: 1 [osx]
about:
home: http://ipython.org/notebook.html
license: BSD