Can I reload the profile for the running ipython / jupyter server? If so, how?

I started switching from old portable ipython servers to jupyter (aka ipyton 3) and sometimes forget to update my profile with new things specific to jupyter (for example: save_scriptalternative here ). Some kernels work there and prefer not to restart them in order to activate profile changes.

Is there a way to do this using a live server? Can I access the servers get_config()(as used in the profile file) from a laptop or in some other way? Or maybe some other way to add a cache message after saving?

+4
source share

Source: https://habr.com/ru/post/1584899/


All Articles