Bug description
It seems that epilogue is not working after stopping the notebook. I set up the epilogue parameter in the configuration file like this:
c.SlurmSpawner.req_epilogue = """!/bin/bash echo 'hostname'""" (just an example). I am able to see the command in jupyterhub log after cmd but nothing happens.
Expected behaviour
run epilogue after stopping the notebook.
Actual behaviour
Your personal set up
- jupyterhub 1.5.0
- batchspawner 1.1.0
# jupyterhub_config.py
c.SlurmSpawner.req_epilogue = """!/bin/bash echo 'hostname'"""
Bug description
It seems that epilogue is not working after stopping the notebook. I set up the
epilogueparameter in the configuration file like this:c.SlurmSpawner.req_epilogue = """!/bin/bash echo 'hostname'"""(just an example). I am able to see the command in jupyterhub log aftercmdbut nothing happens.Expected behaviour
run epilogue after stopping the notebook.
Actual behaviour
Your personal set up