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 5b97840 + 39fa6e5 commit 76eb26dCopy full SHA for 76eb26d
environment.yml renamed to .binder/environment.yml
@@ -2,7 +2,8 @@ name: ipympl
2
channels:
3
- conda-forge
4
dependencies:
5
+ - yarn
6
- numpy
- - jupyterlab=3
7
+ - jupyterlab>=3
8
- matplotlib-base>=2.2.2
- - ipympl=0.6.3
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