mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-05 15:42:33 +00:00
7 lines
262 B
Python
7 lines
262 B
Python
import os
|
|
|
|
# This is important for ipykernel to show the same string
|
|
# instead of randomly generated file names in outputs.
|
|
# See: https://github.com/ipython/ipykernel/blob/360685c6/ipykernel/compiler.py#L50-L55
|
|
os.environ["IPYKERNEL_CELL_NAME"] = "<IPY-INPUT>"
|