Skip to content

Commit

Permalink
chore: updated postBuild & req
Browse files Browse the repository at this point in the history
  • Loading branch information
kirangadhave committed May 29, 2024
1 parent eec2a0c commit 478ea94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 7 additions & 1 deletion .binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ EXCLUDE_PATTERN=$(printf "! -name %s -prune " "${EXCLUDE_DIRS[@]}")
# Find and remove everything except the excluded directories
find . -maxdepth 1 -mindepth 1 \( $EXCLUDE_PATTERN \) -exec rm -rf {} +

echo "Cleanup complete. Only the specified directories remain."
# Move everything from the examples folder to the current directory
mv examples/* .

# Remove the now-empty examples folder
rmdir examples

echo "Directory cleaned up."
7 changes: 1 addition & 6 deletions .binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
persist_ext>=1.6.0
jupyterlab>=4.0.4
altair>=5
pandas
numpy
matplotlib
seaborn
vega_datasets
altair>=5

0 comments on commit 478ea94

Please sign in to comment.