In <[EMAIL PROTECTED]>, Shane Geiger
wrote:
> Run the script and then try to change the variable project_name from the
> ipython prompt and then type create()
> and the new value you assigned will *not* be used. I tried to use "def
> create(project_name = project_name):" Even that didn't work.
"""
I'm trying to import ipython shell (which works great!) to set some
variables and then run a function (which doesn't work).
It seems like such a simple thing. Here's an example script to show
what I'm trying to do.
Run the script and then try to change the variable project_name from the