From 4b8ed94012af1fb4f4752b5d199f79c6bcfd4c59 Mon Sep 17 00:00:00 2001 From: Alen Date: Mon, 25 Sep 2023 21:32:05 +0400 Subject: Add basic IPython config and startup scripts --- dot_ipython/profile_default/startup/40_json_literals.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dot_ipython/profile_default/startup/40_json_literals.py (limited to 'dot_ipython/profile_default/startup/40_json_literals.py') diff --git a/dot_ipython/profile_default/startup/40_json_literals.py b/dot_ipython/profile_default/startup/40_json_literals.py new file mode 100644 index 0000000..f85d3d5 --- /dev/null +++ b/dot_ipython/profile_default/startup/40_json_literals.py @@ -0,0 +1,7 @@ +"""Make pasting JSON easier by providing convenient literals.""" + +true = True +false = False +null = None + +_summarise_startup() -- cgit 1.4.1-2-gfad0