startnb.sh 233 B

123456789
  1. # run this script at the shell prompt using the source command as in
  2. # source ./startnb.sh
  3. #
  4. #
  5. #. ~/projects/amapi/venv/bin/activate
  6. . /home/laxaurus/docker/jupyter/python_projects/py_venv/bin/activate
  7. docker-compose up -d
  8. #code