generated from ICESAT-2HackWeek/sample_project_repository
-
Notifications
You must be signed in to change notification settings - Fork 3
Setup on jupyterhub
Shashank Bhushan edited this page Jun 16, 2020
·
1 revision
The project requires some external libraries, which need to be installed each time a new jupyterhub session has been started.
- cd to SesonalSnow/scripts
- run command
bash invoke.sh
- If you want to use ASP, run
bash fetch_asp.sh
. This needs to be done only once. - Then in your terminal, type this command:
export PATH="~/src/StereoPipeline/bin:$PATH"
. This needs to be run each time a new jupyterhub session is started.