Tagged Questions
0
votes
0answers
60 views
IPython3 on SL (RHEL)
I am running IPython (and especially a notebook server) on Scientific Linux 6.3 (thus RHEL). I tried to use python3 to run setup and use ipython and also the ipython3 command. However this fails all ...
2
votes
1answer
187 views
Does the IPython Notebook have “initialization cells”?
When I open a saved IPython Notebook, I need to evaluate all the cells with imports, function definitions etc. to continue working on the session. It is convenient to click Cell > Run All to do ...
0
votes
1answer
62 views
Why is there a difference in map() between ipython3 and the ipython3 notebook?
This is the result as expected when I run ipython3 (Python3.2.3) in the shell:
In [1]: sum(map(int, str(79)))
Out[1]: 16
Now this is the same code in the ipython3 notebook:
In [5]: sum(map(int, ...
0
votes
1answer
162 views
Transition from “MacPython” to MacPorts python3 a good idea for EIN & Scipy?
I started off learning Python on OS X 10.6 (Snow Leopard) with a python.org Python dmg. I think I've seen this called "MacPython" on SO, but I'm also thinking that this MacPython (currently Google's ...