Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
materialsproject
GitHub Repository: materialsproject/workshop
Path: blob/master/binder/start
2488 views
#!/bin/bash

mongod --dbpath=$HOME/.mongodb &

python $HOME/binder/populate_nobel_database.py

cd $HOME/workshop/lessons

export PATH=$PATH:$HOME/.enumlib/

conda init bash
conda config --prepend pkgs_dirs $HOME/.conda/pkgs

exec "$@"