#!/bin/bash export NODE_OPTIONS=--max-old-space-size=2048 EXTENSIONS=" @finos/[email protected] " until jupyter labextension install $EXTENSIONS --no-build do echo "Extension failed to install" done until jupyter lab build --dev-build=False --minimize=True do echo "Extension failed to install" done jupyter serverextension enable --py jupyterlab jupyter serverextension enable --py jupyterlab_templates jupyter serverextension enable --py nbresuse python3 -m spacy download en_core_web_sm