I am searching for a hopefully not too hacky way of opening multiple instances of Ipython and sharing the namespace and environment. For example:
IPython in terminal 1:
x=1
IPython in terminal 2:
>x
1
I am searching for a hopefully not too hacky way of opening multiple instances of Ipython and sharing the namespace and environment. For example:
IPython in terminal 1:
x=1
IPython in terminal 2:
>x
1