Kevin Bates
158cc007e8
Merge pull request #5805 from rahulporuri/cln/remove-unnecessary-future-imports
...
Remove unnecessary future imports
5 years ago
Sai Rahul Poruri
667e0d7519
CLN : Remove unnecessary future imports
...
specifically print_function and absolute_import future imports
5 years ago
Sai Rahul Poruri
9dd2af27de
CLN : Remove utf8 coding cookies
...
On Python 3, the default source file encoding for Python files is utf-8
and because Python 2 is no longer supported, the utf8 coding cookies can
be removed
5 years ago
Thomas Kluyver
83e1a23ce3
Catch errors calling git for commit ID
...
Closes gh-2468
9 years ago
Thomas Kluyver
7454e8c954
Don't use shell when getting git commit ID
9 years ago
Robin Dunn
783d31a22a
Don't run git unless it looks like we are in a repo.
10 years ago
Min RK
13fee969ec
leave empty commit hash when none found
...
avoids `4.0.1-<none found>` message for stable releases in About panel
11 years ago
Min RK
d71a59cc9f
s/jupyter_notebook/notebook
11 years ago