From 1fa0c1bdd551c46b0a3b1b6d13122fa1744d1e8d Mon Sep 17 00:00:00 2001 From: Vishwa Shah Date: Fri, 8 Dec 2023 02:06:20 +0000 Subject: [PATCH] feat: fix post build --- binder/postBuild | 30 +----------------------------- binder/runtime.txt | 2 -- binder/start | 1 - 3 files changed, 1 insertion(+), 32 deletions(-) diff --git a/binder/postBuild b/binder/postBuild index 54f45dc..7d3229c 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -1,36 +1,8 @@ #!/bin/bash - -################################################################################################################################################################ - -# @project Open Space Toolkit -# @file binder/postBuild -# @author Lucas Brémond -# @license Apache License 2.0 - -################################################################################################################################################################ +# Apache License 2.0 # Install Jupyter widgets extension -jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build - -# Install Matplotlib for JupyterLab - -jupyter labextension install jupyter-matplotlib --no-build - -# Install Plotly for JupyterLab - -## FigureWidget support - -jupyter labextension install plotlywidget --no-build - -## JupyterLab renderer support - -jupyter labextension install jupyterlab-plotly --no-build - -## Build extensions (must be done to activate extensions since --no-build is used above) - -jupyter lab build - # Install Open Space Toolkit default datasets mkdir -p /home/jovyan/open-space-toolkit/physics diff --git a/binder/runtime.txt b/binder/runtime.txt index 393d84f..f31904f 100644 --- a/binder/runtime.txt +++ b/binder/runtime.txt @@ -1,3 +1 @@ -# Apache License 2.0 - python-3.10 \ No newline at end of file diff --git a/binder/start b/binder/start index ddd1e81..9c66ceb 100644 --- a/binder/start +++ b/binder/start @@ -1,5 +1,4 @@ #!/bin/bash -# Apache License 2.0 export LD_LIBRARY_PATH=/srv/conda/lib/