Skip to content

Commit d2a1608

Browse files
committed
无更改
1 parent 6cb8b32 commit d2a1608

File tree

1 file changed

+58
-5
lines changed

1 file changed

+58
-5
lines changed

Chinese_in_matplotlib.ipynb

Lines changed: 58 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,75 @@
2929
}
3030
],
3131
"metadata": {
32+
"hide_input": false,
3233
"kernelspec": {
33-
"display_name": "Python 2",
34+
"display_name": "Python 3",
3435
"language": "python",
35-
"name": "python2"
36+
"name": "python3"
3637
},
3738
"language_info": {
3839
"codemirror_mode": {
3940
"name": "ipython",
40-
"version": 2
41+
"version": 3
4142
},
4243
"file_extension": ".py",
4344
"mimetype": "text/x-python",
4445
"name": "python",
4546
"nbconvert_exporter": "python",
46-
"pygments_lexer": "ipython2",
47-
"version": "2.7.13"
47+
"pygments_lexer": "ipython3",
48+
"version": "3.6.8"
49+
},
50+
"nbTranslate": {
51+
"displayLangs": [
52+
"*"
53+
],
54+
"hotkey": "alt-t",
55+
"langInMainMenu": true,
56+
"sourceLang": "en",
57+
"targetLang": "fr",
58+
"useGoogleTranslate": true
59+
},
60+
"toc": {
61+
"base_numbering": 1,
62+
"nav_menu": {},
63+
"number_sections": true,
64+
"sideBar": true,
65+
"skip_h1_title": false,
66+
"title_cell": "Table of Contents",
67+
"title_sidebar": "Contents",
68+
"toc_cell": false,
69+
"toc_position": {},
70+
"toc_section_display": true,
71+
"toc_window_display": false
72+
},
73+
"varInspector": {
74+
"cols": {
75+
"lenName": 16,
76+
"lenType": 16,
77+
"lenVar": 40
78+
},
79+
"kernels_config": {
80+
"python": {
81+
"delete_cmd_postfix": "",
82+
"delete_cmd_prefix": "del ",
83+
"library": "var_list.py",
84+
"varRefreshCmd": "print(var_dic_list())"
85+
},
86+
"r": {
87+
"delete_cmd_postfix": ") ",
88+
"delete_cmd_prefix": "rm(",
89+
"library": "var_list.r",
90+
"varRefreshCmd": "cat(var_dic_list()) "
91+
}
92+
},
93+
"types_to_exclude": [
94+
"module",
95+
"function",
96+
"builtin_function_or_method",
97+
"instance",
98+
"_Feature"
99+
],
100+
"window_display": false
48101
}
49102
},
50103
"nbformat": 4,

0 commit comments

Comments
 (0)