Skip to content

Instantly share code, notes, and snippets.

@bollwyvl
Forked from malev/build.sh
Last active April 12, 2016 04:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bollwyvl/7f97ce0be643a32650ed to your computer and use it in GitHub Desktop.
Save bollwyvl/7f97ce0be643a32650ed to your computer and use it in GitHub Desktop.
conda-notebook
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
#!/bin/bash
$PYTHON setup.py install
package:
name: notebook
version: '5.0.0'
source:
git_rev: nbext-pain
git_url: https://github.com/ellisonbg/notebook.git
build:
number: 2
requirements:
build:
- nodejs
- python
- npm # [win]
run:
- ipykernel
- nbconvert
- python
- pyzmq
test:
imports:
- jupyter
- notebook
about:
home: http://jupyter.org
license: BSD
summary: Jupyter metapackage
@pelson
Copy link

pelson commented Apr 12, 2016

I wasn't aware of this when I added notebook to conda-forge. Would really value your input/contribution on the recipe there.

https://github.com/conda-forge/notebook-feedstock

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment