mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-08-10 12:20:38 +08:00
39 lines
683 B
YAML
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'
|
|
|