Skip to content

Commit

Permalink
Prune binder content, lower burden on the service
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Nov 21, 2023
1 parent 6e35316 commit 131e79e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 57 deletions.
1 change: 0 additions & 1 deletion binder/apt.txt

This file was deleted.

18 changes: 0 additions & 18 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
#!/bin/bash
export NODE_OPTIONS=--max-old-space-size=2048

EXTENSIONS="
@finos/perspective-jupyterlab@1.3.11
"

until jupyter labextension install $EXTENSIONS --no-build
do
echo "Extension failed to install"
done

until jupyter lab build --dev-build=False --minimize=True
do
echo "Extension failed to install"
done

jupyter serverextension enable --py jupyterlab
jupyter serverextension enable --py jupyterlab_templates
jupyter serverextension enable --py nbresuse

python3 -m spacy download en_core_web_sm
40 changes: 2 additions & 38 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,50 +1,14 @@
altair
beautifulsoup4
bokeh
bqplot
ccxt
datashader
Faker
holoviews
hvplot
ipydagred3
ipylab
ipyleaflet
ipympl
ipysheet
ipywidgets
jupyterlab>=3.3
jupyterlab-nbconvert-nocode
jupyterlab>=3.5,<4
jupyterlab-templates
matplotlib
mimesis
nbdime
nbresuse
numba
numpy
openpyxl
pandas>=1
pandoc
panel
papermill
perspective-python
perspective-python>=2.5
plotly
pyarrow
pyviz-comms
qgrid
requests
scikit-learn
scipy
seaborn
sidecar
spacy
SQLAlchemy
statsmodels
sympy
tensorboard
tensorboard-plugin-wit
tensorflow
tensorflow-estimator
vapeplot
vega
voila

0 comments on commit 131e79e

Please sign in to comment.