I can use bpython -p test.py to load the test.py file into the bpython session then use the functions in the file, but how can I load the external python file into the current bpython session like %load /path/test/py of ipython?
Reactions are currently unavailable
I can use bpython -p test.py to load the test.py file into the bpython session then use the functions in the file, but how can I load the external python file into the current bpython session like %load /path/test/py of ipython?