I used the anaconda python downloaded the Anaconda python3.x(32-bit) but when I
used jupyter QtConsole. I find built-in function ‘help’ has some problem.
For exmple when I typed help('modules')
happend an error.``
Asked
Active
Viewed 63 times
2
-
Please paste the text of the exception into your question. In this case, you'll also want to update the question to say how you installed Python and Jupyter, and what command line you used to start the window showing the error. It appears to be from a 32-bit program installed on a 64-bit system (why not install 64-bit code?). – cco Nov 12 '16 at 11:17
-
oh ,thanks for your advise,I update the question – Warm Nov 12 '16 at 13:26
-
oh ,thanks for your advise,I update the question – Warm Nov 12 '16 at 13:27
-
That looks like a bug, can you [open an issue](https://github.com/jupyter/qtconsole/issues)? – Thomas K Nov 12 '16 at 17:39