Skip to content

Commit cee257a

Browse files
committed
remove hardcoded requirements
1 parent 16d729e commit cee257a

4 files changed

Lines changed: 51 additions & 69 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2019 JP Morgan Chase
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Python training for business analysts and traders.
77
[![Contact](https://img.shields.io/badge/Contact-Email-lightgrey?style=flat-square)](mailto:[email protected])
88

99

10-
1110
## Overview
1211
This course is designed to be an introduction to numerical computing and data visualization in Python. It is not designed to be a complete course in Computer Science or programming, but rather a motivational demonstration of how relatively complex topics can be accessible even to those without formal progamming backgrounds.
1312

@@ -27,6 +26,3 @@ This repository relies on the [Binder](https://mybinder.readthedocs.io/en/latest
2726

2827
## License
2928
This software is licensed under the Apache 2 license. See the [LICENSE](LICENSE) file for details.
30-
31-
Open Source @ JPMorgan Chase 2022
32-

binder/postBuild

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ python3 -m pip install perspective-python==0.5.1
77
export NODE_OPTIONS=--max-old-space-size=2048
88

99
EXTENSIONS="
10-
@jupyter-widgets/[email protected]
11-
@jupyter-widgets/[email protected]
12-
13-
14-
15-
16-
10+
1711
"
1812

1913

binder/requirements.txt

Lines changed: 49 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,49 @@
1-
altair==4.1.0
2-
beautifulsoup4==4.9.1
3-
bokeh==2.0.2
4-
bqplot==0.12.7
5-
ccxt==1.23.1
6-
chart-studio==1.1.0
7-
dash==1.12.0
8-
dash-core-components==1.10.0
9-
dash-html-components==1.0.3
10-
dash-renderer==1.4.1
11-
dash-table==4.7.0
12-
datashader==0.10.0
13-
Faker==2.0.0
14-
holoviews==1.12.5
15-
hvplot==0.4.0
16-
ipydagred3==0.2.5
17-
ipylab==0.3.0
18-
ipyleaflet==0.12.4
19-
ipympl==0.5.6
20-
ipysheet==0.4.4
21-
ipywidgets==7.5.1
22-
jupyterlab==2.2.10
23-
jupyterlab-nbconvert-nocode==0.1.0
24-
jupyterlab-templates==0.2.4
25-
matplotlib==3.1.1
26-
mimesis==3.3.0
27-
nbdime==2.1.1
28-
nbresuse==0.3.6
29-
numba==0.46.0
30-
numpy==1.21.2
31-
openpyxl==3.0.3
32-
pandas==0.25.3
33-
pandoc==1.0.2
34-
panel==0.7.0
35-
papermill==2.1.1
36-
plotly==4.8.2
37-
plotly-express==0.4.1
38-
pyarrow==0.16.0
39-
pyviz-comms==0.7.2
40-
qgrid==1.3.1
41-
requests==2.23.0
42-
scikit-image==0.16.2
43-
scikit-learn==0.21.3
44-
scipy==1.4.1
45-
seaborn==0.10.1
46-
sidecar==0.4.0
47-
spacy==2.2.4
48-
SQLAlchemy==1.3.6
49-
statsmodels==0.10.1
50-
sympy==1.5.1
51-
tensorboard==2.5.0
52-
tensorboard-plugin-wit==1.6.0.post3
53-
tensorflow==2.5.3
54-
tensorflow-estimator==2.5.0
55-
vapeplot==0.0.8
56-
vega==2.5.0
57-
voila==0.1.21
1+
altair
2+
beautifulsoup4
3+
bokeh
4+
bqplot
5+
ccxt
6+
datashader
7+
Faker
8+
holoviews
9+
hvplot
10+
ipydagred3
11+
ipylab
12+
ipyleaflet
13+
ipympl
14+
ipysheet
15+
ipywidgets
16+
jupyterlab>=3,<4
17+
jupyterlab-nbconvert-nocode
18+
jupyterlab-templates
19+
matplotlib
20+
mimesis
21+
nbdime
22+
nbresuse
23+
numba
24+
numpy
25+
openpyxl
26+
pandas>=1
27+
pandoc
28+
panel
29+
papermill
30+
plotly
31+
pyarrow
32+
pyviz-comms
33+
qgrid
34+
requests
35+
scikit-learn
36+
scipy
37+
seaborn
38+
sidecar
39+
spacy
40+
SQLAlchemy
41+
statsmodels
42+
sympy
43+
tensorboard
44+
tensorboard-plugin-wit
45+
tensorflow
46+
tensorflow-estimator
47+
vapeplot
48+
vega
49+
voila

0 commit comments

Comments
 (0)