Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Make changes and update new copy of jupyterhub_config
  2. At the command line type:
    1. service jupyterhub stop
    2. If necessary you can use use "docker ps"  to confirm if the docker container is still running
  3. Next type:
    1. docker stop <main CONTAINER ID> 
    2. browser stops running
  4. Type:
    1. service jupyterhub start 
    2. NOTE: don't directly use /home/ubuntu/start_jupyterhub.sh

...