Files
jupyter_contrib_nbextensions/conda-recipe/meta.yaml
T
2015-09-01 13:03:39 +02:00

37 lines
603 B
YAML
Executable File

package:
name: nbextensions
version: !!str 0.3
source:
path: ./src
build:
script: ipython install.py
requirements:
build:
- python
- jupyter-client
- jupyter-core
- jupyter-notebook
- nbconvert
- nbformat
- traitlets
- ipython >=4
run:
- python
- jupyter-client
- jupyter-core
- jupyter-notebook
- nbconvert
- nbformat
- traitlets
- ipython >=4
about:
home: https://github.com/ipython-contrib/IPython-notebook-extensions/wiki
license: Modified BSD License
summary: 'Notebook extensions for the IPython notebook'