Update pyspark-notebook/ipython_kernel_config.py

This commit is contained in:
Ayaz Salikhov
2022-01-09 11:54:24 +03:00
committed by GitHub
parent 8e804c51c2
commit c81a0eae4a

View File

@@ -4,7 +4,7 @@
# With IPython >= 6.0.0, all outputs to stdout/stderr are captured. # With IPython >= 6.0.0, all outputs to stdout/stderr are captured.
# It is the case for subprocesses and output of compiled libraries like Spark. # It is the case for subprocesses and output of compiled libraries like Spark.
# Those logs now both head to notebook logs and in notebooks outputs. # Those logs now both head to notebook logs and in notebooks outputs.
# 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.
# <https://github.com/jupyter/docker-stacks/issues/1423> # <https://github.com/jupyter/docker-stacks/issues/1423>
# Attempt to capture and forward low-level output, e.g. produced by Extension # Attempt to capture and forward low-level output, e.g. produced by Extension