From 1c14e2e02f73f2c36664417ed449aaa482142fca Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Thu, 2 Jul 2015 13:29:51 -0700 Subject: [PATCH] fix triblebackticks --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca24129..0d3b419 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ findspark.find() Findspark can add a startup file to the current IPython profile so that the enviornment vaiables will be properly set and pyspark will be imported upon IPython startup. This file is created when `edit_profile` is set to true. -```ipython --profile=myprofile +``` +ipython --profile=myprofile findspark.init('/path/to/spark_home', edit_profile=True) ```