From 04f495e7fe347a509055175f5a3f9ad85ac6cb74 Mon Sep 17 00:00:00 2001 From: ComputeThis Date: Mon, 30 May 2016 19:24:21 +0300 Subject: [PATCH 1/3] Update README.md Autocreate static directory if it's not there. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d03269e..f9e48fa 100644 --- a/README.md +++ b/README.md @@ -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 `/static/custom/custom.css + ❯ mkdir -p `ipython locate profile default`/static/custom/; wget -O `ipython locate profile `/static/custom/custom.css https://raw.githubusercontent.com/nsonnad/base16-ipython-notebook/master/ipython-2/output/base16-ocean-dark.css ``` From c09a5df1929123b69ef69fe743be121e33d262bc Mon Sep 17 00:00:00 2001 From: ComputeThis Date: Mon, 30 May 2016 19:25:26 +0300 Subject: [PATCH 2/3] Update README.md Remove my prompt. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9e48fa..f3a4c75 100644 --- a/README.md +++ b/README.md @@ -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 - ❯ mkdir -p `ipython locate profile default`/static/custom/; wget -O `ipython locate profile `/static/custom/custom.css + mkdir -p `ipython locate profile default`/static/custom/; wget -O `ipython locate profile `/static/custom/custom.css https://raw.githubusercontent.com/nsonnad/base16-ipython-notebook/master/ipython-2/output/base16-ocean-dark.css ``` From 828895f732dea6c2ec16ca0fa5667c34cbd7ec79 Mon Sep 17 00:00:00 2001 From: ComputeThis Date: Sat, 11 Mar 2017 18:26:36 +0300 Subject: [PATCH 3/3] Doc update to locate profile-name Bug fix for hard-coded profile-name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3a4c75..0443f8a 100644 --- a/README.md +++ b/README.md @@ -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 - mkdir -p `ipython locate profile default`/static/custom/; wget -O `ipython locate profile `/static/custom/custom.css + mkdir -p `ipython locate profile `/static/custom/; wget -O `ipython locate profile `/static/custom/custom.css https://raw.githubusercontent.com/nsonnad/base16-ipython-notebook/master/ipython-2/output/base16-ocean-dark.css ```