Using jupyter variables in pycharm

hello everyone. I have created a module in pycharm and I have some functions which get some parameters and you need to insert a value so that they work. I have my variable values in jupyter but I don’t know how to go to pycharm put values inside jupyter in my module in pycharm and get the function output in jupyter.I have imported my module in jupyter it works but with default values you can not change values via values in jupyter. Any idea how I can do that?