I have a jupyter/conda setup with multiple users. I was previously working with a single user and defined some .py files in the ~.ipython/profile_default/startup folder. But that startup folder is unique to the profile/user. Is there a way for me to execute the files in the startup folder regardless of which user/profile is being used whenever a new Notebook is launched?
In simpler terms, is it possible to create a profile_default at Jupyter level instead of individual user level?
Thank you!