Skip to content

Commit

Permalink
Directory / folder
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Sep 14, 2019
1 parent 16b4ae8 commit e2a100c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ print(json.dumps(config, indent=2))
```

For Interactive environments, have an additional configuration specifying `user_data_dir` and pass this in last, so you don't have to change directories while running the bot.
Best avoid relative paths, since this starts at the storage location of the jupyter notebook, unless the folder is changed.
Best avoid relative paths, since this starts at the storage location of the jupyter notebook, unless the directory is changed.

``` json
{
Expand Down

0 comments on commit e2a100c

Please sign in to comment.