Skip to content

Commit fa5ed78

Browse files
authored
chore(docs): more formatting
1 parent da0eb9f commit fa5ed78

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,15 @@ See the [Sending Local Data to Spark notebook](examples/Send%20local%20data%20to
5858

5959
pip install ipywidgets
6060

61-
3. (Optional) Install the wrapper kernels. Do `pip show sparkmagic` and it will show the path where `sparkmagic` is installed at. `cd` to that location and do:
61+
3. (Optional) Install the wrapper kernels. Run `pip show sparkmagic` and it will show the path where `sparkmagic` is installed at. `cd` to that location and run:
62+
6263
jupyter-kernelspec install sparkmagic/kernels/sparkkernel
6364
jupyter-kernelspec install sparkmagic/kernels/pysparkkernel
6465
jupyter-kernelspec install sparkmagic/kernels/sparkrkernel
6566
66-
4. (Optional) Modify the configuration file at ~/.sparkmagic/config.json. Look at the [example_config.json](sparkmagic/example_config.json)
67+
5. (Optional) Modify the configuration file at ~/.sparkmagic/config.json. Look at the [example_config.json](sparkmagic/example_config.json)
6768

68-
5. (Optional) Enable the server extension so that clusters can be programatically changed:
69+
6. (Optional) Enable the server extension so that clusters can be programatically changed:
6970

7071
jupyter server extension enable --py sparkmagic
7172

0 commit comments

Comments
 (0)