Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify and uplift binder to latest supported python, perspective wheel, and dependency set #1855

Merged
merged 1 commit into from
Jun 17, 2022
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
5 changes: 1 addition & 4 deletions binder/apt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
cmake
graphviz-dev
libboost-filesystem-dev
sudo
graphviz-dev
4 changes: 0 additions & 4 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
#!/bin/bash
wget https://cmake.org/files/v3.15/cmake-3.15.4-Linux-x86_64.sh -q && mkdir /tmp/cmake && printf "y\nn\n" | sh cmake-3.15.4-Linux-x86_64.sh --prefix=/tmp/cmake > /dev/null && rm -rf cmake-3.15.4-Linux-x86_64.sh
export PATH=/tmp/cmake/bin:$PATH

python3 -m pip install -U perspective-python

export NODE_OPTIONS=--max-old-space-size=32768

EXTENSIONS="@jupyter-widgets/jupyterlab-manager @finos/perspective-jupyterlab"


jupyter labextension install $EXTENSIONS --no-build
jupyter lab build --dev-build=False --minimize=False
jupyter serverextension enable --py jupyterlab
6 changes: 3 additions & 3 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ipywidgets==7.5.1
jupyterlab>=3.3.
pandas>=0.25.3
ipywidgets>=7.7
jupyterlab>=3.4
pandas>=1,<2
pyarrow>=8.0.0
2 changes: 1 addition & 1 deletion binder/runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.7
python-3.9