Tweeted By @python_tip
Find the location of #Jupyter default startup script folder:
— Daily Python Tip (@python_tip) November 18, 2018
get_ipython().profile_dir.startup_dir
Python scripts in this folder will be run in lexicographical order.#jupyter #pythontip