Skip to content
Snippets Groups Projects
Commit 2d7f6f13 authored by Neta Zmora's avatar Neta Zmora
Browse files

Documentation: add Qgrid installation documentation

parent 5fdb0573
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,13 @@ However, to use the ipywidgets extension, you will need to enable it:
$ jupyter nbextension enable --py widgetsnbextension --sys-prefix
```
You might want to refer to the [ipywidgets extension installation documentation](http://ipywidgets.readthedocs.io/en/latest/user_install.html).
You may want to refer to the [ipywidgets extension installation documentation](http://ipywidgets.readthedocs.io/en/latest/user_install.html).
Another extension which requires special installation handling is [Qgrid](https://github.com/quantopian/qgrid). Qgrid is a Jupyter notebook widget that adds interactive features, such as sorting, to Panadas DataFrames rendering. To enable Qgrid:
```
$ jupyter nbextension enable --py --sys-prefix qgrid
```
## Launching the Jupyter server
There are all kinds of options to use when launching Jupyter which you can use. The example below tells the server to listen to connections from any IP address, and not to launch the browser window, but of course, you are free to launch Jupyter any way you want.<br>
......
......@@ -246,5 +246,5 @@ And of course, if we used a sparse or compressed representation, then we are red
<!--
MkDocs version : 0.17.2
Build Date UTC : 2018-04-30 06:16:44
Build Date UTC : 2018-05-09 14:06:49
-->
......@@ -174,7 +174,11 @@ However, to use the ipywidgets extension, you will need to enable it:</p>
<pre><code>$ jupyter nbextension enable --py widgetsnbextension --sys-prefix
</code></pre>
<p>You might want to refer to the <a href="http://ipywidgets.readthedocs.io/en/latest/user_install.html">ipywidgets extension installation documentation</a>.</p>
<p>You may want to refer to the <a href="http://ipywidgets.readthedocs.io/en/latest/user_install.html">ipywidgets extension installation documentation</a>.</p>
<p>Another extension which requires special installation handling is <a href="https://github.com/quantopian/qgrid">Qgrid</a>. Qgrid is a Jupyter notebook widget that adds interactive features, such as sorting, to Panadas DataFrames rendering. To enable Qgrid:</p>
<pre><code>$ jupyter nbextension enable --py --sys-prefix qgrid
</code></pre>
<h2 id="launching-the-jupyter-server">Launching the Jupyter server</h2>
<p>There are all kinds of options to use when launching Jupyter which you can use. The example below tells the server to listen to connections from any IP address, and not to launch the browser window, but of course, you are free to launch Jupyter any way you want.<br>
Consult the <a href="http://jupyter.readthedocs.io/en/latest/running.html">user's guide</a> for more details.</p>
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -4,7 +4,7 @@
<url>
<loc>/index.html</loc>
<lastmod>2018-04-29</lastmod>
<lastmod>2018-05-09</lastmod>
<changefreq>daily</changefreq>
</url>
......@@ -12,7 +12,7 @@
<url>
<loc>/install/index.html</loc>
<lastmod>2018-04-29</lastmod>
<lastmod>2018-05-09</lastmod>
<changefreq>daily</changefreq>
</url>
......@@ -20,7 +20,7 @@
<url>
<loc>/usage/index.html</loc>
<lastmod>2018-04-29</lastmod>
<lastmod>2018-05-09</lastmod>
<changefreq>daily</changefreq>
</url>
......@@ -28,7 +28,7 @@
<url>
<loc>/schedule/index.html</loc>
<lastmod>2018-04-29</lastmod>
<lastmod>2018-05-09</lastmod>
<changefreq>daily</changefreq>
</url>
......@@ -37,19 +37,19 @@
<url>
<loc>/pruning/index.html</loc>
<lastmod>2018-04-29</lastmod>
<lastmod>2018-05-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>/regularization/index.html</loc>
<lastmod>2018-04-29</lastmod>
<lastmod>2018-05-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>/quantization/index.html</loc>
<lastmod>2018-04-29</lastmod>
<lastmod>2018-05-09</lastmod>
<changefreq>daily</changefreq>
</url>
......@@ -59,13 +59,13 @@
<url>
<loc>/algo_pruning/index.html</loc>
<lastmod>2018-04-29</lastmod>
<lastmod>2018-05-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>/algo_quantization/index.html</loc>
<lastmod>2018-04-29</lastmod>
<lastmod>2018-05-09</lastmod>
<changefreq>daily</changefreq>
</url>
......@@ -74,7 +74,7 @@
<url>
<loc>/model_zoo/index.html</loc>
<lastmod>2018-04-29</lastmod>
<lastmod>2018-05-09</lastmod>
<changefreq>daily</changefreq>
</url>
......@@ -82,7 +82,7 @@
<url>
<loc>/jupyter/index.html</loc>
<lastmod>2018-04-29</lastmod>
<lastmod>2018-05-09</lastmod>
<changefreq>daily</changefreq>
</url>
......@@ -90,7 +90,7 @@
<url>
<loc>/design/index.html</loc>
<lastmod>2018-04-29</lastmod>
<lastmod>2018-05-09</lastmod>
<changefreq>daily</changefreq>
</url>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment