mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-06-27 16:10:24 +08:00
37 lines
603 B
YAML
Executable File
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'
|
|
|