Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHow can I load extern py file inside bpython session #804
Comments
|
We don't have a direct feature to do this right now though it seems like it would be a good idea to add one. I'll take a look. |
|
See also |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can use
bpython -p test.pyto 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/pyof ipython?