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.
1 parent 3f806de commit 39fa6e5Copy full SHA for 39fa6e5
environment.yml renamed to .binder/environment.yml
@@ -2,6 +2,8 @@ name: ipympl
2
channels:
3
- conda-forge
4
dependencies:
5
+ - yarn
6
- numpy
7
- jupyterlab>=3
8
- matplotlib-base>=2.2.2
9
+ - jupyter-packaging=0.7
.binder/postBuild
@@ -0,0 +1,4 @@
1
+#!/bin/sh
+
+python -m pip install -vvv -e .
+jupyter labextension develop . --overwrite
0 commit comments