Skip to content
Snippets Groups Projects
Select Git revision
  • develop default protected
  • fuji-image
  • ellips_example_fix
  • 150-xps-example-update
  • sts_oasis
  • sts_examples
  • xps_eln_update
  • update-mpes-example
  • add-specsscan-fhi
  • xrd_example
  • downgrade-h5web
  • fixed-datascience-notebook-version-develop
  • fixed-datascience-notebook-version
  • ChangesForMigration
  • fhi-pcr840
  • add-nomad-lab-to-jupyterlab
  • fix_requirements
  • main protected
  • v0.0.2
  • v0.0.1
  • with-north-api
21 results

02-exec-cmd

Blame
  • 02-exec-cmd 530 B
    #!/usr/bin/with-contenv bash
    
    # conda environment variables will be carried over because the gitmpcdf customize webtop uses specific code
    # which pulls the environment variables over upon startup
    
    # echo "/usr/local/miniconda3/bin/conda run -n base jupyter-lab /home" > /config/.config/openbox/autostart
    # the above line will not did not work at least on my development setup therefore the hints in the readme of the example
    
    echo "/usr/local/miniconda3/bin/conda run -n base jupyter-lab $CWD" > /config/.config/openbox/autostart