Skip to content

Instantly share code, notes, and snippets.

@eiel
Last active September 24, 2016 09:57
Show Gist options
  • Save eiel/f2db4ebedc28462dfc93b65cf3ad797f to your computer and use it in GitHub Desktop.
Save eiel/f2db4ebedc28462dfc93b65cf3ad797f to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"total 4\r\n",
"drwxr-xr-x 4 root root 136 Sep 24 2016 \u001b[0m\u001b[01;34m.\u001b[0m/\r\n",
"drwxr-xr-x 5 root root 170 Sep 24 2016 \u001b[01;34m..\u001b[0m/\r\n",
"drwxr-xr-x 3 root root 102 Sep 24 2016 \u001b[01;34m.ipynb_checkpoints\u001b[0m/\r\n",
"-rw-r--r-- 1 root root 737 Sep 24 2016 Hoge.ipynb\r\n"
]
}
],
"source": [
"%%ls -al"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"language": "python",
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.9"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment