Syntax error message starting Jupyter iPython Notebook from PyCharm -
trying ipython notebook started jetbrains pycharm console produces syntax error. have anaconda 3.4.0.0. , python 3.5 installed.
i don't know if appropriate question forum , happy erase or provide more details, depending on feedback.
this error message:
in[3]: ipython notebook file "<ipython-input-3-c5fb5fabe56c>", line 1 ipython notebook ^ syntaxerror: invalid syntax
this printed out on console when start pycharm:
c:\anaconda3\python.exe "c:\program files (x86)\jetbrains\pycharm community edition 2016.1\helpers\pydev\pydevconsole.py" 49754 49755 python 3.5.1 |anaconda 4.0.0 (64-bit)| (default, feb 16 2016, 09:49:46) [msc v.1900 64 bit (amd64)] type "copyright", "credits" or "license" more information. ipython 4.1.2 -- enhanced interactive python. ? -> introduction , overview of ipython's features. %quickref -> quick reference. -> python's own system. object? -> details 'object', use 'object??' details. pydev console: using ipython 4.1.2 import sys; print('python %s on %s' % (sys.version, sys.platform)) sys.path.extend(['c:\\users\\myself\\documents\\python'])