In [ ]:
from fish_net.utils import load_params

In [ ]:
load_params(globals(), {'test': 'Hi from the notebook!'})

In [ ]:
print(test)

In [ ]: