We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c11baa2 + 1567ee4 commit ea333e3Copy full SHA for ea333e3
.travis.yml
@@ -27,6 +27,7 @@ install:
27
28
# Gets us vpnotebook
29
- conda config --add channels vpython
30
+ - conda config --append channels conda-forge
31
32
- conda update --quiet conda
33
vpython.recipe/meta.yaml
@@ -42,6 +42,7 @@ requirements:
42
- autobahn >=18.8.2
43
- numpy
44
- ipykernel
45
+ - jupyter-server-proxy
46
47
test:
48
imports:
0 commit comments