|
9 | 9 | },
|
10 | 10 | {
|
11 | 11 | "cell_type": "code",
|
12 |
| - "execution_count": null, |
| 12 | + "execution_count": 1, |
13 | 13 | "metadata": {
|
14 | 14 | "ExecuteTime": {
|
15 | 15 | "end_time": "2018-11-14T08:44:12.881704Z",
|
|
49 | 49 | },
|
50 | 50 | {
|
51 | 51 | "cell_type": "code",
|
52 |
| - "execution_count": null, |
| 52 | + "execution_count": 3, |
53 | 53 | "metadata": {
|
54 | 54 | "ExecuteTime": {
|
55 | 55 | "end_time": "2018-11-13T12:13:11.498841Z",
|
56 | 56 | "start_time": "2018-11-13T12:13:11.483568Z"
|
57 | 57 | },
|
58 | 58 | "hidden": true
|
59 | 59 | },
|
60 |
| - "outputs": [], |
| 60 | + "outputs": [ |
| 61 | + { |
| 62 | + "name": "stdout", |
| 63 | + "output_type": "stream", |
| 64 | + "text": [ |
| 65 | + "shell_interaction.ipynb: 13615 bytes, last accessed: 2019-12-03 07:18:08\n", |
| 66 | + "system_information.ipynb: 8870 bytes, last accessed: 2019-12-03 06:59:53\n", |
| 67 | + "compressed_files.ipynb: 7857 bytes, last accessed: 2019-11-22 06:48:58\n", |
| 68 | + "julia.ipynb: 5311 bytes, last accessed: 2019-12-03 07:54:28\n", |
| 69 | + "filesystem_interaction.ipynb: 18180 bytes, last accessed: 2019-12-03 07:57:53\n" |
| 70 | + ] |
| 71 | + } |
| 72 | + ], |
61 | 73 | "source": [
|
62 | 74 | "for item in Path.cwd().iterdir():\n",
|
63 |
| - " if item.is_file() and item.name.endswith('.py'):\n", |
| 75 | + " if item.is_file() and item.name.endswith('.ipynb'):\n", |
64 | 76 | " lstat = item.lstat()\n",
|
65 | 77 | " access_time = datetime.strftime(datetime.fromtimestamp(lstat.st_atime),\n",
|
66 | 78 | " '%Y-%m-%d %H:%M:%S')\n",
|
|
794 | 806 | "name": "python",
|
795 | 807 | "nbconvert_exporter": "python",
|
796 | 808 | "pygments_lexer": "ipython3",
|
797 |
| - "version": "3.7.0" |
| 809 | + "version": "3.7.5" |
798 | 810 | }
|
799 | 811 | },
|
800 | 812 | "nbformat": 4,
|
|
0 commit comments