Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Your style sheet will need to be named `custom.css` and
placed in the `/static/custom` directory of your profile. So you might grab the `ocean-dark` theme like so:

```sh
wget -O `ipython locate profile <profile-name>`/static/custom/custom.css
mkdir -p `ipython locate profile <profile-name>`/static/custom/; wget -O `ipython locate profile <profile-name>`/static/custom/custom.css
https://raw.githubusercontent.com/nsonnad/base16-ipython-notebook/master/ipython-2/output/base16-ocean-dark.css
```

Expand Down