Files
jupyter_contrib_nbextensions/meta.yaml
T
2015-09-04 23:24:46 +02:00

39 lines
683 B
YAML

package:
name: nbextensions
version: "master"
source:
git_url: https://github.com/ipython-contrib/IPython-notebook-extensions
git_tag: master
build:
script: python setup.py install
requirements:
build:
- ipython >=4
- jupyter_client
- jupyter_core
- notebook
- nbconvert
- nbformat
- python
- traitlets
run:
- ipython >=4
- jupyter_client
- jupyter_core
- notebook
- nbconvert
- nbformat
- python
- traitlets
- yaml
about:
home: https://github.com/ipython-contrib/IPython-notebook-extensions
license: Modified BSD License
summary: 'Notebook extensions for the Jupyter/IPython notebook'