Skip to content

Commit

Permalink
Merge pull request #79 from gogakoreli/patch-2
Browse files Browse the repository at this point in the history
Update README.md to mention restart
  • Loading branch information
DenisaCG authored Feb 27, 2025
2 parents 04eed56 + 9606d1e commit 59677f3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,26 @@ for the frontend extension.

## Install

To install the extension, execute:
1. To install the extension, execute:

```bash
pip install jupyter_drives
```

2. Restart JupyterLab

- Local JupyterLab - stop and run jupyter lab command again

```bash
jupyter lab
```

- Sagemaker Studio JupyterLab - execute the following restart command

```bash
restart-jupyter-server
```

## Configure Credentials

To begin using the extension and gain access to your drives, you need to configure your user credentials generated by the provider (e.g.: `access_key`, `secret-access-key` and if applicable `session_token`).
Expand Down

0 comments on commit 59677f3

Please sign in to comment.