Skip to content

Commit 9d1dd37

Browse files
committed
2 parents 08b7e31 + f959f9d commit 9d1dd37

File tree

4 files changed

+58
-2
lines changed

4 files changed

+58
-2
lines changed

about.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,11 @@ <h3 class="col-sm-12 section-header">Steering Council</h3>
216216
<p class="card-header">Carol Willing</p>
217217
<p class="card-info">Cal Poly<br><a href="https://github.com/willingc" target="_blank"><em>@willingc</em></a> on GitHub</p>
218218
</div>
219+
<div class="col-md-4 material">
220+
<img class="council-member-photo" alt="Paul Ivanov's avatar picture" src='https://avatars3.githubusercontent.com/u/118211?v=3&s=400' />
221+
<p class="card-header">Paul Ivanov</p>
222+
<p class="card-info">Bloomberg<br><a href="https://github.com/ivanov" target="_blank"><em>@ivanov</em></a> on GitHub</p>
223+
</div>
219224
</div>
220225
</div>
221226
</div>

assets/soundcloud.svg

Lines changed: 41 additions & 0 deletions
Loading

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ <h4 class="jumbotron-text">Open source, interactive data science and scientific
4040
<div class="col-xs-12">
4141
<h3 class="prompt-header">Ready to get started?</h3>
4242
<div>
43-
<a class="orange-button" href="https://try.jupyter.org/">Try it in your browser</a>
44-
<a class="orange-button install-button" href="https://jupyter.readthedocs.io/en/latest/install.html">Install the Notebook</a>
43+
<a class="orange-button" href="https://try.jupyter.org/" target="_blank">Try it in your browser</a>
44+
<a class="orange-button install-button" href="https://jupyter.readthedocs.io/en/latest/install.html" target="_blank">Install the Notebook</a>
4545
</div>
4646
</div>
4747
</div>
@@ -145,6 +145,7 @@ <h3 class="section-header">Currently in use at</h3>
145145
<li class="col"><a href="http://www.oreilly.com"><img src="assets/oreilly.svg" class="greydout" alt="OReilly" height="45" width="244"></a></li>
146146
<li class="col"><a href="http://continuum.io"><img src="assets/continuum.svg" class="greydout" alt="Continuum" height="60" width="102"></a></li>
147147
<li class="col"><a href="http://developer.rackspace.com"><img src="assets/rackspace.svg" class="greydout" alt="Rackspace" height="60" width="200"></a></li>
148+
<li class="col"><a href="http://www.soundcloud.com"><img src="assets/soundcloud.svg" class="greydout" alt="SoundCloud" height="82" width="144"></a></li>
148149
<li class="col"><a href="https://www.quantopian.com/"><img src="assets/quantopian.svg" class="greydout" alt="Quantopian" height="60" width="118"></a></li>
149150
<li class="col"><a href="http://www.netapp.com/us/"><img src="assets/netapp.svg" class="greydout" alt="NetApp" height="60" width="344"></a></li>
150151
<li class="col"><a href="http://software-carpentry.org"><img src="assets/carpentry.svg" class="greydout" alt="Carpentry" height="60" width="131"></a></li>

widgets.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ <h3>Example</h3>
8787
<h3>Installation</h3>
8888
With conda:
8989
{% highlight bash %}conda install -c conda-forge ipyleaflet{% endhighlight %}
90+
With pip:
91+
{% highlight bash %}pip install ipyleaflet
92+
jupyter nbextension enable --py --sys-prefix ipyleaflet{% endhighlight %}
9093
</div>
9194
<div class="tab-pane" id="bqplot">
9295
<div class="jupyter-widget-header">
@@ -113,6 +116,9 @@ <h3>Example</h3>
113116
<h3>Installation</h3>
114117
With conda:
115118
{% highlight bash %}conda install -c conda-forge bqplot{% endhighlight %}
119+
With pip:
120+
{% highlight bash %}pip install bqplot
121+
jupyter nbextension enable --py --sys-prefix bqplot{% endhighlight %}
116122
</div>
117123
<div class="tab-pane" id="pythreejs">
118124
<div class="jupyter-widget-header">
@@ -138,6 +144,9 @@ <h3>Example</h3>
138144
<h3>Installation</h3>
139145
With conda:
140146
{% highlight bash %}conda install -c conda-forge pythreejs{% endhighlight %}
147+
With pip:
148+
{% highlight bash %}pip install pythreejs
149+
jupyter nbextension enable --py --sys-prefix pythreejs{% endhighlight %}
141150
</div>
142151
<div class="tab-pane" id="cookiecutter">
143152
<div class="jupyter-widget-header">

0 commit comments

Comments
 (0)