Skip to content

Commit

Permalink
recommending ipywidgets 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cornhundred committed Feb 22, 2018
1 parent 7a59e05 commit 2fcd75c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 56 deletions.
Binary file modified docs/_build_html/.doctrees/clustergrammer_widget.doctree
Binary file not shown.
Binary file modified docs/_build_html/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build_html/_sources/clustergrammer_widget.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Clustergrammer-Widget works with Python 2 and 3.

Installation
============
To use the :ref:`clustergrammer_widget` users need to install: `Python`_, `Jupyter`_ notebook, the widget dependencies (see :ref:`clustergrammer_widget_dependencies`), and `ipywidgets`_ version >6.0.0 (to save the notebook with widgets). Users can `install Anaconda`_, a Python distribution that includes the Jupyter notebook as well as other scientific computing libraries, to easily obtain the necessary dependencies (except ipywidgets version >6.0.0). The ``clustergrammer_widget`` can the be installed (with pip) and enabled using the following commands:
To use the :ref:`clustergrammer_widget` users need to install: `Python`_, `Jupyter`_ notebook, the widget dependencies (see :ref:`clustergrammer_widget_dependencies`), and `ipywidgets`_ version 6.0.0 (to save the notebook with widgets, version 6.0.0 is recommended). Users can `install Anaconda`_, a Python distribution that includes the Jupyter notebook as well as other scientific computing libraries, to easily obtain the necessary dependencies (except ipywidgets version 6.0.0). The ``clustergrammer_widget`` can the be installed (with pip) and enabled using the following commands:

::

Expand Down
55 changes: 3 additions & 52 deletions docs/_build_html/_static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx JavaScript utilities for all documentation.
*
* :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -91,30 +91,6 @@ jQuery.fn.highlightText = function(text, className) {
});
};

/*
* backward compatibility for jQuery.browser
* This will be supported until firefox bug is fixed.
*/
if (!jQuery.browser) {
jQuery.uaMatch = function(ua) {
ua = ua.toLowerCase();

var match = /(chrome)[ \/]([\w.]+)/.exec(ua) ||
/(webkit)[ \/]([\w.]+)/.exec(ua) ||
/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) ||
/(msie) ([\w.]+)/.exec(ua) ||
ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) ||
[];

return {
browser: match[ 1 ] || "",
version: match[ 2 ] || "0"
};
};
jQuery.browser = {};
jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true;
}

/**
* Small JavaScript module for the documentation.
*/
Expand All @@ -124,7 +100,6 @@ var Documentation = {
this.fixFirefoxAnchorBug();
this.highlightSearchWords();
this.initIndexTable();

},

/**
Expand Down Expand Up @@ -177,10 +152,9 @@ var Documentation = {

/**
* workaround a firefox stupidity
* see: https://bugzilla.mozilla.org/show_bug.cgi?id=645075
*/
fixFirefoxAnchorBug : function() {
if (document.location.hash)
if (document.location.hash && $.browser.mozilla)
window.setTimeout(function() {
document.location.href += '';
}, 10);
Expand Down Expand Up @@ -253,29 +227,6 @@ var Documentation = {
});
var url = parts.join('/');
return path.substring(url.lastIndexOf('/') + 1, path.length - 1);
},

initOnKeyListeners: function() {
$(document).keyup(function(event) {
var activeElementType = document.activeElement.tagName;
// don't navigate when in search box or textarea
if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT') {
switch (event.keyCode) {
case 37: // left
var prevHref = $('link[rel="prev"]').prop('href');
if (prevHref) {
window.location.href = prevHref;
return false;
}
case 39: // right
var nextHref = $('link[rel="next"]').prop('href');
if (nextHref) {
window.location.href = nextHref;
return false;
}
}
}
});
}
};

Expand All @@ -284,4 +235,4 @@ _ = Documentation.gettext;

$(document).ready(function() {
Documentation.init();
});
});
2 changes: 1 addition & 1 deletion docs/_build_html/clustergrammer_widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
</div>
<div class="section" id="installation">
<h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline"></a></h2>
<p>To use the <a class="reference internal" href="#clustergrammer-widget"><span class="std std-ref">Clustergrammer Jupyter Widget</span></a> users need to install: <a class="reference external" href="https://www.python.org/">Python</a>, <a class="reference external" href="http://jupyter.org/">Jupyter</a> notebook, the widget dependencies (see <a class="reference internal" href="#clustergrammer-widget-dependencies"><span class="std std-ref">Jupyter Widget Dependencies</span></a>), and <a class="reference external" href="http://ipywidgets.readthedocs.io/en/latest/">ipywidgets</a> version &gt;6.0.0 (to save the notebook with widgets). Users can <a class="reference external" href="https://www.continuum.io/downloads">install Anaconda</a>, a Python distribution that includes the Jupyter notebook as well as other scientific computing libraries, to easily obtain the necessary dependencies (except ipywidgets version &gt;6.0.0). The <code class="docutils literal"><span class="pre">clustergrammer_widget</span></code> can the be installed (with pip) and enabled using the following commands:</p>
<p>To use the <a class="reference internal" href="#clustergrammer-widget"><span class="std std-ref">Clustergrammer Jupyter Widget</span></a> users need to install: <a class="reference external" href="https://www.python.org/">Python</a>, <a class="reference external" href="http://jupyter.org/">Jupyter</a> notebook, the widget dependencies (see <a class="reference internal" href="#clustergrammer-widget-dependencies"><span class="std std-ref">Jupyter Widget Dependencies</span></a>), and <a class="reference external" href="http://ipywidgets.readthedocs.io/en/latest/">ipywidgets</a> version 6.0.0 (to save the notebook with widgets, version 6.0.0 is recommended). Users can <a class="reference external" href="https://www.continuum.io/downloads">install Anaconda</a>, a Python distribution that includes the Jupyter notebook as well as other scientific computing libraries, to easily obtain the necessary dependencies (except ipywidgets version 6.0.0). The <code class="docutils literal"><span class="pre">clustergrammer_widget</span></code> can the be installed (with pip) and enabled using the following commands:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">upgrade</span> <span class="n">clustergrammer_widget</span>
<span class="n">jupyter</span> <span class="n">nbextension</span> <span class="n">enable</span> <span class="o">--</span><span class="n">py</span> <span class="o">--</span><span class="n">sys</span><span class="o">-</span><span class="n">prefix</span> <span class="n">widgetsnbextension</span>
<span class="n">jupyter</span> <span class="n">nbextension</span> <span class="n">enable</span> <span class="o">--</span><span class="n">py</span> <span class="o">--</span><span class="n">sys</span><span class="o">-</span><span class="n">prefix</span> <span class="n">clustergrammer_widget</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build_html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/clustergrammer_widget.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Clustergrammer-Widget works with Python 2 and 3.

Installation
============
To use the :ref:`clustergrammer_widget` users need to install: `Python`_, `Jupyter`_ notebook, the widget dependencies (see :ref:`clustergrammer_widget_dependencies`), and `ipywidgets`_ version >6.0.0 (to save the notebook with widgets). Users can `install Anaconda`_, a Python distribution that includes the Jupyter notebook as well as other scientific computing libraries, to easily obtain the necessary dependencies (except ipywidgets version >6.0.0). The ``clustergrammer_widget`` can the be installed (with pip) and enabled using the following commands:
To use the :ref:`clustergrammer_widget` users need to install: `Python`_, `Jupyter`_ notebook, the widget dependencies (see :ref:`clustergrammer_widget_dependencies`), and `ipywidgets`_ version 6.0.0 (to save the notebook with widgets, version 6.0.0 is recommended). Users can `install Anaconda`_, a Python distribution that includes the Jupyter notebook as well as other scientific computing libraries, to easily obtain the necessary dependencies (except ipywidgets version 6.0.0). The ``clustergrammer_widget`` can the be installed (with pip) and enabled using the following commands:

::

Expand Down

0 comments on commit 2fcd75c

Please sign in to comment.