Skip to content

Commit 59677f3

Browse files
authored
Merge pull request #79 from gogakoreli/patch-2
Update README.md to mention restart
2 parents 04eed56 + 9606d1e commit 59677f3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,26 @@ for the frontend extension.
1313

1414
## Install
1515

16-
To install the extension, execute:
16+
1. To install the extension, execute:
1717

1818
```bash
1919
pip install jupyter_drives
2020
```
2121

22+
2. Restart JupyterLab
23+
24+
- Local JupyterLab - stop and run jupyter lab command again
25+
26+
```bash
27+
jupyter lab
28+
```
29+
30+
- Sagemaker Studio JupyterLab - execute the following restart command
31+
32+
```bash
33+
restart-jupyter-server
34+
```
35+
2236
## Configure Credentials
2337

2438
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`).

0 commit comments

Comments
 (0)