Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jun 14, 2016
1 parent d2c1bc7 commit 21fb6a8
Show file tree
Hide file tree
Showing 6 changed files with 101 additions and 41 deletions.
125 changes: 92 additions & 33 deletions _doc/notebooks/2016/pydata/10_plotting_libraries.ipynb

Large diffs are not rendered by default.

Binary file modified _doc/notebooks/2016/pydata/example_scatterplot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _doc/notebooks/2016/pydata/img_hack.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _doc/notebooks/2016/pydata/img_ptvs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions _doc/notebooks/2016/pydata/jsonly_treant.ipynb
Expand Up @@ -1206,11 +1206,11 @@
"<link rel=\"stylesheet\" href=\"http://fperucic.github.io/treant-js/Treant.css\">\n",
"<script src=\"http://fperucic.github.io/treant-js/vendor/raphael.js\"></script>\n",
"<script src=\"http://fperucic.github.io/treant-js/Treant.js\"></script>\n",
"<div class=\"chart\" id=\"id_2080688180384\"></div>\n",
"<div class=\"chart\" id=\"id_2339297590784\"></div>\n",
"<script>\n",
"var tree_structureid_2080688180384 = {\n",
"var tree_structureid_2339297590784 = {\n",
" chart: {\n",
" container: \"#id_2080688180384\",\n",
" container: \"#id_2339297590784\",\n",
" levelSeparation: 20,\n",
" siblingSeparation: 15,\n",
" subTeeSeparation: 15,\n",
Expand Down Expand Up @@ -1476,21 +1476,21 @@
" ]\n",
" }\n",
"};\n",
"new Treant( tree_structureid_2080688180384 );\n",
"new Treant( tree_structureid_2339297590784 );\n",
"</script>"
],
"text/plain": [
"<IPython.core.display.HTML object>"
]
},
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
"output_type": "display_data"
}
],
"source": [
"from jupytalk.talk_examples.treant_wrapper import display_treant\n",
"display_treant(json_tree, json_data, css, classname)"
"from IPython.core.display import display\n",
"display(display_treant(json_tree, json_data, css, classname))"
]
},
{
Expand All @@ -1500,6 +1500,7 @@
"## What's next?\n",
"\n",
"* Add local support\n",
"* Make the graph stick when the notebook is display again (reload dependencies)\n",
"* Change parameter ``json_tree`` for a dictionary with options\n",
"* Create an API to create the data in Python and not in Json."
]
Expand Down
2 changes: 1 addition & 1 deletion _doc/sphinxdoc/source/2016/pydata2016.rst
Expand Up @@ -41,7 +41,7 @@ it involves a server (bqplot).

**Pure javascript**

: :ref:`jsonlytreantrst`
* :ref:`jsonlytreantrst`

**Big Data**

Expand Down

0 comments on commit 21fb6a8

Please sign in to comment.