anaconda-project icon indicating copy to clipboard operation
anaconda-project copied to clipboard

Running project in interactive mode

Open morgaraf opened this issue 6 years ago • 2 comments

Is it possible to run a project in Anaconda Project, and then be able to access the interpreter to do some additional queries on the variables, etc.? It would be more flexible than preparing to print everything beforehand.

morgaraf avatar Oct 26 '18 14:10 morgaraf

It's not clear to me what you're asking. Perhaps you can do something like this:

anaconda-project prepare
source activate envs/default # or whatever the name of the environment is
python

Will that get you close?

mcg1969 avatar Jan 05 '19 21:01 mcg1969

Does the reply to #184 help?

AlbertDeFusco avatar Mar 17 '21 00:03 AlbertDeFusco