anaconda-project
anaconda-project copied to clipboard
Running project in interactive mode
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.
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?
Does the reply to #184 help?