Skip to content

Commit

Permalink
Formatting cleanup, sort notebooklist entries by name.
Browse files Browse the repository at this point in the history
Taking some initial steps to implement features requested in #293 by @sam-s.
  • Loading branch information
millejoh committed Apr 22, 2018
1 parent ed4ae80 commit d1c3464
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 117 deletions.
146 changes: 93 additions & 53 deletions Demo.ipynb
Expand Up @@ -4,11 +4,14 @@
"cell_type": "code",
"execution_count": 4,
"metadata": {
"autoscroll": "json-false",
"autoscroll": false,
"collapsed": false,
"ein.tags": [
"worksheet-0"
]
"ein.hy_cell": true,
"ein.hycell": true,
"ein.tags": "worksheet-0",
"slideshow": {
"slide_type": "-"
}
},
"outputs": [
{
Expand All @@ -31,11 +34,14 @@
"cell_type": "code",
"execution_count": 16,
"metadata": {
"autoscroll": "json-false",
"autoscroll": false,
"collapsed": false,
"ein.tags": [
"worksheet-0"
]
"ein.hy_cell": true,
"ein.hycell": true,
"ein.tags": "worksheet-0",
"slideshow": {
"slide_type": "-"
}
},
"outputs": [
{
Expand Down Expand Up @@ -71,9 +77,10 @@
{
"cell_type": "markdown",
"metadata": {
"ein.tags": [
"worksheet-0"
]
"ein.tags": "worksheet-0",
"slideshow": {
"slide_type": "-"
}
},
"source": [
"Errors are shown in informative ways:"
Expand All @@ -83,11 +90,14 @@
"cell_type": "code",
"execution_count": 2,
"metadata": {
"autoscroll": "json-false",
"autoscroll": false,
"collapsed": false,
"ein.tags": [
"worksheet-0"
]
"ein.hy_cell": true,
"ein.hycell": true,
"ein.tags": "worksheet-0",
"slideshow": {
"slide_type": "-"
}
},
"outputs": [
{
Expand All @@ -106,11 +116,14 @@
"cell_type": "code",
"execution_count": 4,
"metadata": {
"autoscroll": "json-false",
"autoscroll": false,
"collapsed": false,
"ein.tags": [
"worksheet-0"
]
"ein.hy_cell": true,
"ein.hycell": true,
"ein.tags": "worksheet-0",
"slideshow": {
"slide_type": "-"
}
},
"outputs": [
{
Expand All @@ -135,11 +148,14 @@
"cell_type": "code",
"execution_count": 7,
"metadata": {
"autoscroll": "json-false",
"autoscroll": false,
"collapsed": false,
"ein.tags": [
"worksheet-0"
]
"ein.hy_cell": true,
"ein.hycell": true,
"ein.tags": "worksheet-0",
"slideshow": {
"slide_type": "-"
}
},
"outputs": [],
"source": [
Expand All @@ -150,11 +166,14 @@
"cell_type": "code",
"execution_count": 8,
"metadata": {
"autoscroll": "json-false",
"autoscroll": false,
"collapsed": false,
"ein.tags": [
"worksheet-0"
]
"ein.hy_cell": true,
"ein.hycell": true,
"ein.tags": "worksheet-0",
"slideshow": {
"slide_type": "-"
}
},
"outputs": [
{
Expand All @@ -174,11 +193,14 @@
"cell_type": "code",
"execution_count": 1,
"metadata": {
"autoscroll": "json-false",
"autoscroll": false,
"collapsed": false,
"ein.tags": [
"worksheet-0"
]
"ein.hy_cell": true,
"ein.hycell": true,
"ein.tags": "worksheet-0",
"slideshow": {
"slide_type": "-"
}
},
"outputs": [],
"source": [
Expand All @@ -188,9 +210,10 @@
{
"cell_type": "markdown",
"metadata": {
"ein.tags": [
"worksheet-0"
]
"ein.tags": "worksheet-0",
"slideshow": {
"slide_type": "-"
}
},
"source": [
"You need graphviz installed and on your PATH for the following to work."
Expand All @@ -200,11 +223,14 @@
"cell_type": "code",
"execution_count": 2,
"metadata": {
"autoscroll": "json-false",
"autoscroll": false,
"collapsed": false,
"ein.tags": [
"worksheet-0"
]
"ein.hy_cell": true,
"ein.hycell": true,
"ein.tags": "worksheet-0",
"slideshow": {
"slide_type": "-"
}
},
"outputs": [
{
Expand Down Expand Up @@ -234,9 +260,10 @@
{
"cell_type": "markdown",
"metadata": {
"ein.tags": [
"worksheet-0"
]
"ein.tags": "worksheet-0",
"slideshow": {
"slide_type": "-"
}
},
"source": [
"EIN also supports pretty printing from SymPy."
Expand All @@ -246,11 +273,14 @@
"cell_type": "code",
"execution_count": 0,
"metadata": {
"autoscroll": "json-false",
"autoscroll": false,
"collapsed": false,
"ein.tags": [
"worksheet-0"
]
"ein.hy_cell": true,
"ein.hycell": true,
"ein.tags": "worksheet-0",
"slideshow": {
"slide_type": "-"
}
},
"outputs": [],
"source": [
Expand All @@ -267,9 +297,10 @@
{
"cell_type": "markdown",
"metadata": {
"ein.tags": [
"worksheet-0"
]
"ein.tags": "worksheet-0",
"slideshow": {
"slide_type": "-"
}
},
"source": [
"If you install px can you get the below to work?\n",
Expand All @@ -283,17 +314,26 @@
"cell_type": "code",
"execution_count": 0,
"metadata": {
"autoscroll": "json-false",
"autoscroll": false,
"collapsed": false,
"ein.tags": [
"worksheet-0"
]
"ein.hy_cell": true,
"ein.hycell": true,
"ein.tags": "worksheet-0",
"slideshow": {
"slide_type": "-"
}
},
"outputs": [],
"source": []
}
],
"metadata": {},
"metadata": {
"kernelspec": {
"display_name": "Datas Science Tools (py36)",
"name": "datascience"
},
"name": "Demo.ipynb"
},
"nbformat": 4,
"nbformat_minor": 0
}
2 changes: 1 addition & 1 deletion doc/source/conf.py
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '0.14'
# The full version, including alpha/beta/rc tags.
release = '0.14.0'
release = '0.14.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion lisp/ein-core.el
Expand Up @@ -43,7 +43,7 @@
:group 'applications
:prefix "ein:")

(defvar ein:version "0.14.0"
(defvar ein:version "0.14.2"
"Version number for Emacs IPython Notebook (EIN).")


Expand Down

0 comments on commit d1c3464

Please sign in to comment.