Skip to content

Instantly share code, notes, and snippets.

@malev
Last active April 12, 2016 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save malev/ab908425c231d2853cf8 to your computer and use it in GitHub Desktop.
Save malev/ab908425c231d2853cf8 to your computer and use it in GitHub Desktop.
conda-notebook
#!/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: 1
requirements:
build:
- python
run:
- python
- qtconsole
- jupyter_console
- nbconvert
- ipykernel
- ipywidgets
- nodejs
test:
imports:
- jupyter
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