Steps

  • Fork this repository.
  • Create a new app on heroku.
  • Install Heroku CLI.
  • heroku stack:set container -a ${YOUR_HEROKU_APP_NAME} to set app stack to container.
  • Change notebook server password.
  • Go to Deploy page in heroku app and select GitHub in Deployment method. Connect to your repositor. Then, deploy it.
  • You can check the status of your deployment in Activity page.
  • Done! Open app page and enter your password.

ref: set new heroku app