Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jupyter notebook Python2/Python3 clash #2

Open
arendsee opened this issue Mar 31, 2016 · 1 comment
Open

Jupyter notebook Python2/Python3 clash #2

arendsee opened this issue Mar 31, 2016 · 1 comment

Comments

@arendsee
Copy link

The SimplePendulum Jupyter notebook is specified as a Python3 program, but one of its dependencies, the benchmark/diffeq.py file, appears to be written in Python2.

The first code block does not compile, giving the error message:

File "/usr/lib/python3.5/site-packages/pypge/benchmarks/diffeq.py", line 25
print e
^
SyntaxError: Missing parentheses in call to 'print'

@verdverm
Copy link
Owner

verdverm commented Jun 11, 2016

New instructions for running in the README.md

check the latest and let me know if this persists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants