Skip to content

Commit

Permalink
Remove jupyter nbextension enable --py --sys-prefix ipyleaflet
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed May 27, 2024
1 parent 617a951 commit 857dd9f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions tests/venv/binder-dir/binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/bash
# FIXME: This doesn't work with ipyleaflet >= 0.19
jupyter nbextension enable --py --sys-prefix ipyleaflet
date
2 changes: 1 addition & 1 deletion tests/venv/binder-dir/binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ipyleaflet==0.18.2
ipyleaflet
3 changes: 0 additions & 3 deletions tests/venv/start/postBuild/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@

# this value should not be visible in `verify`
export TEST_START_VAR="var is set by postBuild"

# FIXME: This doesn't work with ipyleaflet >= 0.19
jupyter nbextension enable --py --sys-prefix ipyleaflet
2 changes: 1 addition & 1 deletion tests/venv/start/postBuild/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ipyleaflet==0.18.2
ipyleaflet

0 comments on commit 857dd9f

Please sign in to comment.