Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6bd0fc7

Browse filesBrowse files
authored
Merge pull request jpmorganchase#75 from jpmorganchase/tkp/binder
Prune binder content, lower burden on the service
2 parents 6e35316 + 131e79e commit 6bd0fc7
Copy full SHA for 6bd0fc7

File tree

Expand file treeCollapse file tree

3 files changed

+2
-57
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+2
-57
lines changed
Open diff view settings
Collapse file

‎binder/apt.txt‎

Copy file name to clipboardExpand all lines: binder/apt.txt
-1Lines changed: 0 additions & 1 deletion
This file was deleted.
Collapse file

‎binder/postBuild‎

Copy file name to clipboard
-18Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
11
#!/bin/bash
2-
export NODE_OPTIONS=--max-old-space-size=2048
3-
4-
EXTENSIONS="
5-
@finos/perspective-jupyterlab@1.3.11
6-
"
7-
8-
until jupyter labextension install $EXTENSIONS --no-build
9-
do
10-
echo "Extension failed to install"
11-
done
12-
13-
until jupyter lab build --dev-build=False --minimize=True
14-
do
15-
echo "Extension failed to install"
16-
done
172

183
jupyter serverextension enable --py jupyterlab
194
jupyter serverextension enable --py jupyterlab_templates
20-
jupyter serverextension enable --py nbresuse
21-
22-
python3 -m spacy download en_core_web_sm
Collapse file

‎binder/requirements.txt‎

Copy file name to clipboard
+2-38Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,14 @@
1-
altair
21
beautifulsoup4
3-
bokeh
4-
bqplot
5-
ccxt
6-
datashader
7-
Faker
8-
holoviews
9-
hvplot
10-
ipydagred3
11-
ipylab
12-
ipyleaflet
132
ipympl
14-
ipysheet
153
ipywidgets
16-
jupyterlab>=3.3
17-
jupyterlab-nbconvert-nocode
4+
jupyterlab>=3.5,<4
185
jupyterlab-templates
196
matplotlib
20-
mimesis
21-
nbdime
22-
nbresuse
23-
numba
247
numpy
25-
openpyxl
268
pandas>=1
27-
pandoc
28-
panel
29-
papermill
30-
perspective-python
9+
perspective-python>=2.5
3110
plotly
3211
pyarrow
33-
pyviz-comms
34-
qgrid
3512
requests
36-
scikit-learn
3713
scipy
3814
seaborn
39-
sidecar
40-
spacy
41-
SQLAlchemy
42-
statsmodels
43-
sympy
44-
tensorboard
45-
tensorboard-plugin-wit
46-
tensorflow
47-
tensorflow-estimator
48-
vapeplot
49-
vega
50-
voila

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.