Skip to content

Commit fd61faf

Browse files
authored
Update README.md to mention restart
Some users are unaware that they need to restart JupyterLab instance after the pip installation
1 parent 04eed56 commit fd61faf

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,23 @@ 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+
- Local JupyterLab - stop and run jupyter lab command again
24+
```bash
25+
jupyter lab
26+
```
27+
28+
- Sagemaker Studio JupyterLab - execute the following restart command
29+
```bash
30+
restart-jupyter-server
31+
```
32+
2233
## Configure Credentials
2334

2435
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)