[Python-modules-commits] [python-mplexporter] 18/135: Started IPython notebook.
Wolfgang Borgert
debacle at moszumanska.debian.org
Tue Sep 23 21:18:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository python-mplexporter.
commit 091bba08c390bd675747ad875a738239b0a9614a
Author: theengineear <andseier at gmail.com>
Date: Wed Feb 19 16:04:42 2014 -0800
Started IPython notebook.
Need to reformat plotly package first!!
---
notebooks/PlotlyTest.ipynb | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/notebooks/PlotlyTest.ipynb b/notebooks/PlotlyTest.ipynb
new file mode 100644
index 0000000..c6b6800
--- /dev/null
+++ b/notebooks/PlotlyTest.ipynb
@@ -0,0 +1,38 @@
+{
+ "metadata": {
+ "name": ""
+ },
+ "nbformat": 3,
+ "nbformat_minor": 0,
+ "worksheets": [
+ {
+ "cells": [
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "%matplotlib inline\n",
+ "import matplotlib.pyplot as plt\n",
+ "import numpy as np\n",
+ "# from mplexporter.renderers import fig_to_vega"
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": []
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "# from mplexporter.tools import ipynb_vega_init\n",
+ "# ipynb_vega_init()"
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": []
+ }
+ ],
+ "metadata": {}
+ }
+ ]
+}
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mplexporter.git
More information about the Python-modules-commits
mailing list