From c896f9321b2e20f454f3ccdbebf40f7f111372b1 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 22 May 2025 22:29:21 +0200 Subject: [PATCH] Mention `jupyter_server_config.py` in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e054df..2c80312 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ For those working with `S3` drives using the `AWS` CLI, the credentials will be ### Configuration file -Otherwise, you can add your credentials to the server configuration file. Create a `jupyter_notebook_config.py` file in one of the +Otherwise, you can add your credentials to the server configuration file. Create a `jupyter_server_config.py` file in one of the [Jupyter config directories](https://jupyter.readthedocs.io/en/latest/use/jupyter-directories.html#id1), -for example: `~/.jupyter/jupyter_notebook_config.py`, and specify your long-term or short-term credentials. +for example: `~/.jupyter/jupyter_server_config.py`, and specify your long-term or short-term credentials. ```python c = get_config()