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`.