Skip to content

Commit 8e6c949

Browse files
authored
Merge pull request #82 from jtpio/jupyter-server-config
Mention `jupyter_server_config.py` in the README
2 parents 59677f3 + c896f93 commit 8e6c949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ For those working with `S3` drives using the `AWS` CLI, the credentials will be
4343
4444
### Configuration file
4545

46-
Otherwise, you can add your credentials to the server configuration file. Create a `jupyter_notebook_config.py` file in one of the
46+
Otherwise, you can add your credentials to the server configuration file. Create a `jupyter_server_config.py` file in one of the
4747
[Jupyter config directories](https://jupyter.readthedocs.io/en/latest/use/jupyter-directories.html#id1),
48-
for example: `~/.jupyter/jupyter_notebook_config.py`, and specify your long-term or short-term credentials.
48+
for example: `~/.jupyter/jupyter_server_config.py`, and specify your long-term or short-term credentials.
4949

5050
```python
5151
c = get_config()

0 commit comments

Comments
 (0)