Skip to content

Commit da0eb9f

Browse files
authored
chore(docs): update formatting
1 parent f542e7e commit da0eb9f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

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

8484
jupyter labextension install "@jupyter-widgets/jupyterlab-manager"
8585

86-
4. (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:
86+
4. (Optional) Install the wrapper kernels. Run `pip show sparkmagic` and it will show the path where `sparkmagic` is installed at. `cd` to that location run:
87+
8788
jupyter-kernelspec install sparkmagic/kernels/sparkkernel
8889
jupyter-kernelspec install sparkmagic/kernels/pysparkkernel
8990
jupyter-kernelspec install sparkmagic/kernels/sparkrkernel
91+
9092
91-
5. (Optional) Modify the configuration file at ~/.sparkmagic/config.json. Look at the [example_config.json](sparkmagic/example_config.json)
93+
6. (Optional) Modify the configuration file at ~/.sparkmagic/config.json. Look at the [example_config.json](sparkmagic/example_config.json)
9294

93-
6. (Optional) Enable the server extension so that clusters can be programatically changed:
95+
7. (Optional) Enable the server extension so that clusters can be programatically changed:
9496

9597
jupyter serverextension enable --py sparkmagic
9698

0 commit comments

Comments
 (0)