Skip to content

Commit b38e8b0

Browse files
committed
More cleanup
1 parent 4696b95 commit b38e8b0

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
__pycache__/
33
*.py[cod]
44
*$py.class
5+
.DS_Store
56

67
# C extensions
78
*.so

narrative/jupyterlab.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ Tabs and single document mode allow you to focus.
5252
JupyterLab has a powerful and extensible architecture for handling a wide range of file formats:
5353

5454
* CSV
55-
- `iris.csv` (small)
55+
- `./data/iris.csv` (small)
5656
- `TCGA_Data` (small to medium)
57-
- Urban_Data_Challenge: `big.csv`
57+
- Urban_Data_Challenge: `data/big.csv`
5858
* Images
59-
- `hubble.png`
59+
- `data/hubble.png`
6060
* Vega-Lite
61-
- `vega.vl.json`
62-
* Open DC museum GeoJSON file from [OpenData DC](http://opendata.dc.gov/datasets/2e65fc16edc3481989d2cc17e6f8c533_54): `Museums_in_DC.geojson`
63-
* Notebook demonstrating bqplot widgets: `bqplot.ipynb`
61+
- `data/vega.vl.json`
62+
* Open DC museum GeoJSON file from [OpenData DC](http://opendata.dc.gov/datasets/2e65fc16edc3481989d2cc17e6f8c533_54): `data/Museums_in_DC.geojson`
63+
* Notebook demonstrating bqplot widgets: `notebooks/bqplot.ipynb`
6464

6565
## 5) Plugin architecture
6666

postBuild

-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ rm -rf demofiles
1818
rm -rf notebooks
1919
rm -rf narrative
2020
rm -rf slides
21-
rm demo/notebooks/Data.ipynb
2221
rm demo/notebooks/Julia.ipynb
2322
jupyter lab clean

talks.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,15 @@ scipy2017:
2020

2121
demo:
2222
files:
23-
- data/iris.csv
24-
- data/1024px-Hubble_Interacting_Galaxy_AM_0500-620_(2008-04-24).jpg
25-
- data/Museums_in_DC.geojson
26-
- data/japan_meterological_agency_201707211555.json
27-
- data/zika_assembled_genomes.fasta
2823
- slides/jupyterlab-slides.pdf
2924
- narrative/jupyterlab.md
3025
- narrative/markdown_python.md
3126
folders:
3227
demofiles/TCGA/Extra_Data: TCGA_Data
33-
demofiles/Urban-Data-Challenge/public-transportation/geneva: Urban_Data_Challenge
3428
notebooks: notebooks
29+
data: data
3530
rename:
36-
demofiles/urban-data-challenge/public-transportation/geneva/schedule-real-time.csv: big.csv
31+
demofiles/Urban-Data-Challenge/public-transportation/geneva/schedule-real-time.csv: big.csv
3732
demofiles/tcga/extra_data/c2.cp.v3.0.symbols_edit.csv: smaller.csv
3833
demofiles/altair/altair/v1/examples/json/bar.vl.json: vega.vl.json
3934
demofiles/PythonDataScienceHandbook/notebooks/03.08-Aggregation-and-Grouping.ipynb: notebooks/pandas.ipynb

0 commit comments

Comments
 (0)