|
3 | 3 |
|
4 | 4 | Requires nbconvert (pip install nbconvert) and pandoc (apt-get install pandoc) |
5 | 5 | """ |
6 | | -################################################################################ |
7 | | -# # |
8 | | -# Copyright (C) 2020 Dominic Davis-Foster # |
9 | | -# # |
10 | | -# This program is free software; you can redistribute it and/or modify # |
11 | | -# it under the terms of the GNU General Public License version 2 as # |
12 | | -# published by the Free Software Foundation. # |
13 | | -# # |
14 | | -# This program is distributed in the hope that it will be useful, # |
15 | | -# but WITHOUT ANY WARRANTY; without even the implied warranty of # |
16 | | -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # |
17 | | -# GNU General Public License for more details. # |
18 | | -# # |
19 | | -# You should have received a copy of the GNU General Public License # |
20 | | -# along with this program; if not, write to the Free Software # |
21 | | -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # |
22 | | -# # |
23 | | -################################################################################ |
| 6 | +# |
| 7 | +# Copyright © 2020 Dominic Davis-Foster <dominic@davis-foster.co.uk> |
| 8 | +# |
| 9 | +# This program is free software; you can redistribute it and/or modify |
| 10 | +# it under the terms of the GNU General Public License version 2 |
| 11 | +# as published by the Free Software Foundation. |
| 12 | +# |
| 13 | +# This program is distributed in the hope that it will be useful, |
| 14 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | +# GNU General Public License for more details. |
| 17 | +# |
| 18 | +# You should have received a copy of the GNU General Public License |
| 19 | +# along with this program; if not, write to the Free Software |
| 20 | +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
| 21 | +# MA 02110-1301, USA. |
| 22 | +# |
24 | 23 |
|
25 | 24 | # 3rd party |
26 | 25 | import isort |
|
0 commit comments