Bug description
The variable c.Spawner.args in jupyterhub_conf.py is set as follows:
c.Spawner.args = ['--JupyterApp.config_file=/filePath/jupyter_notebook_config.py']
However, the config_file of notebook is not getting linked.
Expected behaviour
JupyterApp.config_file should get linked!
Bug description
The variable
c.Spawner.argsinjupyterhub_conf.pyis set as follows:However, the config_file of
notebookis not getting linked.Expected behaviour
JupyterApp.config_fileshould get linked!