mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Changed Vim commands cell type to code for better formatting on nbviewer.
This commit is contained in:
parent
11d7e041fb
commit
17e7736974
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "",
|
"name": "",
|
||||||
"signature": "sha256:67c67b0d98088d4c0573bea23d46b8ed9372b679f9664a24756eece3d42f6ca2"
|
"signature": "sha256:d6da9306516e7e363c08bf13bd61bd3a154b0d4cd9219b0c63bea4b86bc419b0"
|
||||||
},
|
},
|
||||||
"nbformat": 3,
|
"nbformat": 3,
|
||||||
"nbformat_minor": 0,
|
"nbformat_minor": 0,
|
||||||
|
@ -289,9 +289,9 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "raw",
|
"cell_type": "code",
|
||||||
"metadata": {},
|
"collapsed": false,
|
||||||
"source": [
|
"input": [
|
||||||
"Normal mode: esc\n",
|
"Normal mode: esc\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Basic movement: h, j, k, l\n",
|
"Basic movement: h, j, k, l\n",
|
||||||
|
@ -330,7 +330,10 @@
|
||||||
"vim .vimrc\n",
|
"vim .vimrc\n",
|
||||||
"syntax on\n",
|
"syntax on\n",
|
||||||
":wq"
|
":wq"
|
||||||
]
|
],
|
||||||
|
"language": "python",
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user