is there a way to redirect the notebook-dir to s3 in the JSON configuration file of an EMR-Cluster befor start the cluster. I used the following classification: "jupyter-notebook-conf" and set the following option: c.NotebookApp.notebook_dir "s3://[bucket]/path"
That creates the config file: "/etc/jupyter/jupyter_notebook_config.py" with the given entry, but with no success.
Earlier I could use the option --notebook-dir when I installed the jupyterhub manually, but now I try to use the preinstalled jupyterhub service of the EMR-Cluster (see: Run Jupyter Notebook and JupyterHub on Amazon EMR)