Skip to content

Commit ea333e3

Browse files
authored
Merge pull request #33 from mwcraig/add-proxy-recipe
Add jupyter-server-proxy to conda recipe
2 parents c11baa2 + 1567ee4 commit ea333e3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ install:
2727

2828
# Gets us vpnotebook
2929
- conda config --add channels vpython
30+
- conda config --append channels conda-forge
3031

3132
- conda update --quiet conda
3233

vpython.recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ requirements:
4242
- autobahn >=18.8.2
4343
- numpy
4444
- ipykernel
45+
- jupyter-server-proxy
4546

4647
test:
4748
imports:

0 commit comments

Comments
 (0)