File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -55,22 +55,21 @@ c.DrivesConfig.custom_credentials_path = "path/to/file/containing/credentials"
55
55
56
56
The credentials can also be set through environment variables that will be automatically extracted.
57
57
58
- ```` bash
58
+ ``` bash
59
59
export JP_DRIVES_PROVIDER=" <Drives provider e.g.: s3, gcs>"
60
60
export JP_DRIVES_ACCESS_KEY_ID=" <Drives Access Key ID>"
61
61
export JP_DRIVES_SECRET_ACCESS_KEY=" <Drives Secret Access Key>"
62
62
export JP_DRIVES_SESSION_TOKEN=" <Drives Session Token (optional)>"
63
63
export JP_DRIVES_CUSTOM_CREDENTIALS_PATH=" <Path to local file which contains credentials (optional)>"
64
64
```
65
65
66
-
67
66
## Uninstall
68
67
69
68
To remove the extension, execute:
70
69
71
70
``` bash
72
71
pip uninstall jupyter_drives
73
- ` ` ` `
72
+ ```
74
73
75
74
## Troubleshoot
76
75
You can’t perform that action at this time.
0 commit comments