Last active
April 12, 2016 04:12
-
-
Save malev/ab908425c231d2853cf8 to your computer and use it in GitHub Desktop.
conda-notebook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
$PYTHON setup.py install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!