-
-
Save bollwyvl/7f97ce0be643a32650ed 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
"%PYTHON%" setup.py install | |
if errorlevel 1 exit 1 |
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: 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 |
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!