Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading