Skip to content
Prev Previous commit
Next Next commit
fixed the wrong example for %use_session
  • Loading branch information
mingkang111 committed Dec 12, 2022
commit 4c48ddf014d4310b5952614c442c46d5e6c67f1e
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ To connect to the existing session use the `%use_session` magic command.

.. code-block:: python

%use_session -s "<application_id>"
%use_session -s <application_id>


Basic Spark Usage Examples
Expand Down