|
6 | 6 | "source": [
|
7 | 7 | "## License \n",
|
8 | 8 | "\n",
|
9 |
| - "Copyright 2019 Patrick Hall and the H2O.ai team\n", |
| 9 | + "Copyright 2019-2020 Patrick Hall and the H2O.ai team\n", |
10 | 10 | "\n",
|
11 | 11 | "Licensed under the Apache License, Version 2.0 (the \"License\");\n",
|
12 | 12 | "you may not use this file except in compliance with the License.\n",
|
|
5019 | 5019 | " print()\n",
|
5020 | 5020 | " print('Calling external process ...')\n",
|
5021 | 5021 | " print(' '.join(gv_args))\n",
|
| 5022 | + " # if the line below is failing for you, try instead:\n", |
| 5023 | + " # _ = subprocess.call(gv_args, shell=True)\n", |
5022 | 5024 | " _ = subprocess.call(gv_args)\n",
|
5023 | 5025 | "\n",
|
5024 | 5026 | "################################################################################\n",
|
|
5043 | 5045 | " # call \n",
|
5044 | 5046 | " print('Calling external process ...')\n",
|
5045 | 5047 | " print(' '.join(png_args))\n",
|
| 5048 | + " # if the line below is failing for you, try instead:\n", |
| 5049 | + " # _ = subprocess.call(png_args, shell=True) \n", |
5046 | 5050 | " _ = subprocess.call(png_args)\n",
|
5047 | 5051 | " "
|
5048 | 5052 | ]
|
|
5556 | 5560 | "name": "python",
|
5557 | 5561 | "nbconvert_exporter": "python",
|
5558 | 5562 | "pygments_lexer": "ipython3",
|
5559 |
| - "version": "3.6.3" |
| 5563 | + "version": "3.7.4" |
5560 | 5564 | }
|
5561 | 5565 | },
|
5562 | 5566 | "nbformat": 4,
|
|
0 commit comments