From f2b229ee93febf4bd82243998c26f6359a929160 Mon Sep 17 00:00:00 2001 From: Matthew Conlen Date: Sun, 14 Jun 2015 16:11:03 -0700 Subject: [PATCH] remove stray quatation mark from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dc8064..d037baf 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ $ ipython profile create scala ``` Then add the following line: ``` -c.KernelManager.kernel_cmd = ["java", "-jar", "$ISCALA_PATH/lib/IScala.jar", "--connection-file", "{connection_file}", "--parent"]" +c.KernelManager.kernel_cmd = ["java", "-jar", "$ISCALA_PATH/lib/IScala.jar", "--connection-file", "{connection_file}", "--parent"] ``` to `~/.config/ipython/profile_scala/ipython_config.py`. Replace `$ISCALA_PATH` with the actual location of `IScala.jar`. Then you can run IPython with `ipython console --profile scala`.