Skip to content

Commit

Permalink
feat: fix post build
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 committed Dec 8, 2023
1 parent 5b223c7 commit 9c7fc1a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
30 changes: 1 addition & 29 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,36 +1,8 @@
#!/bin/bash

################################################################################################################################################################

# @project Open Space Toolkit
# @file binder/postBuild
# @author Lucas Brémond <lucas@loftorbital.com>
# @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
Expand Down
2 changes: 0 additions & 2 deletions binder/runtime.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Apache License 2.0

python-3.10
1 change: 0 additions & 1 deletion binder/start
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Apache License 2.0

export LD_LIBRARY_PATH=/srv/conda/lib/

Expand Down

0 comments on commit 9c7fc1a

Please sign in to comment.