Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Merge branch 'binder'
Browse files Browse the repository at this point in the history
  • Loading branch information
jochemb committed Jun 6, 2018
2 parents 302f766 + 0d4319c commit 07c7c7d
Show file tree
Hide file tree
Showing 5 changed files with 560 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ build/
dist/
transmart.egg-info/
transmart/__pycache__/
!examples/*
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/thehyve/transmart-api-client-py.svg?branch=master)](https://travis-ci.org/thehyve/transmart-api-client-py)
[![codecov](https://codecov.io/gh/thehyve/transmart-api-client-py/branch/master/graph/badge.svg)](https://codecov.io/gh/thehyve/transmart-api-client-py)
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/thehyve/transmart-api-client-py/master?urlpath=/lab/tree/examples/Example.ipynb)

This is meant to work with Python 3.x only.

Expand Down
22 changes: 22 additions & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
channels:
- conda-forge
dependencies:
- jupyterlab=0.32.1
- nodejs=8.9
- notebook=5.4
- nbconvert=5.3
- ipykernel=4.7
- ipywidgets=7.2
- widgetsnbextension=3.2
- bqplot=0.10
- matplotlib=2.1
- pandas=0.20
- python=3.6
- sympy=1.0
- pyyaml
- traittypes==0.0.6
- invoke=0.21
- protobuf
- requests
- whoosh
- arrow
7 changes: 7 additions & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

pip install .
jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.35 --no-build &&
jupyter labextension install bqplot@0.3.6 --no-build &&
jupyter lab clean && jupyter lab build

Loading

0 comments on commit 07c7c7d

Please sign in to comment.