Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/aborruso/corso-open-notebook-science/master)

# corso-open-notebook-science

## descrizione:
Expand Down
13 changes: 13 additions & 0 deletions binder/apt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
jq
xmlstarlet
golang-go
libxml2-dev
libxslt1-dev
python-dev
python-lxml
nodejs
npm
unzip
spatialite-bin
libsqlite3-mod-spatialite
locate
31 changes: 31 additions & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
channels:
- conda-forge
- defaults
dependencies:
- matplotlib
- pandas
- geopandas
- beautifulsoup4
- altair
- vega_datasets
- notebook
- vega3
- cython
- descartes
- cartopy
- contextily
- lxml
- csvkit
- httpie
- ipywidgets
- gdal
- poppler
- ipython-sql
- pip:
- bash_kernel
- yq
- requests-html
- csvs-to-sqlite
- goodtables
- pyexcel-cli
- daff
11 changes: 11 additions & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# to install bash kernel
python -m bash_kernel.install
go get github.com/ericchiang/pup
go get -u github.com/tomnomnom/gron
# to create a folder for node installation
mkdir -p ~/.local/bin
npm install mapshaper --prefix ~/.local/bin
cd ~/.local/bin
# to let mapshaper and pup be available in the PATH ("~/.local/bin" is in the PATH)
ln -s ~/.local/bin/node_modules/mapshaper/bin/mapshaper mapshaper
ln -s ~/go/bin/pup pup