We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e804c5 commit c81a0eaCopy full SHA for c81a0ea
pyspark-notebook/ipython_kernel_config.py
@@ -4,7 +4,7 @@
4
# With IPython >= 6.0.0, all outputs to stdout/stderr are captured.
5
# It is the case for subprocesses and output of compiled libraries like Spark.
6
# Those logs now both head to notebook logs and in notebooks outputs.
7
-# Logs are particularly verbose with Spark, this why we turn them off through this flag.
+# Logs are particularly verbose with Spark, that is why we turn them off through this flag.
8
# <https://github.com/jupyter/docker-stacks/issues/1423>
9
10
# Attempt to capture and forward low-level output, e.g. produced by Extension
0 commit comments