@@ -108,7 +108,7 @@ <h3 class="col-sm-12 section-header">Notebook Widgets</h3>
108
108
< a href ="https://mybinder.org/v2/gh/jupyter-widgets/ipyleaflet/stable?filepath=examples ">
109
109
< img class ="img-scaling " src ="assets/mybinder.svg " alt ="Binder ">
110
110
</ a >
111
- < a href ="https://github.com/ellisonbg /ipyleaflet ">
111
+ < a href ="https://github.com/jupyter-widgets /ipyleaflet ">
112
112
< img class ="img-scaling " src ="assets/github.svg " alt ="GitHub ">
113
113
</ a >
114
114
</ span >
@@ -133,14 +133,23 @@ <h3>Installation</h3>
133
133
With conda:
134
134
{% highlight bash %}conda install -c conda-forge ipyleaflet{% endhighlight %}
135
135
With pip:
136
- {% highlight bash %}pip install ipyleaflet
137
- jupyter nbextension enable --py --sys-prefix ipyleaflet{% endhighlight %}
138
- If you are using JupyterLab, you will need to install the JupyterLab extension:
136
+ {% highlight bash %}pip install ipyleaflet{% endhighlight %}
137
+ If you are using the classic Jupyter Notebook < 5.3 you need to run this extra command:
138
+ {% highlight bash %}jupyter nbextension enable --py --sys-prefix ipyleaflet{% endhighlight %}
139
+ If you are using JupyterLab ≤ 2, you will need to install the JupyterLab extension:
139
140
{% highlight bash %}jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-leaflet{% endhighlight %}
140
141
</ div >
141
142
< div class ="tab-pane " id ="nglview ">
142
143
< div class ="jupyter-widget-header ">
143
144
< span class ="gallery-title "> nglview</ span >
145
+ < span >
146
+ < a href ="https://mybinder.org/v2/gh/hainm/nglview-binder/master?urlpath=lab/tree/nglview/notebooks ">
147
+ < img class ="img-scaling " src ="assets/mybinder.svg " alt ="Binder ">
148
+ </ a >
149
+ < a href ="https://github.com/nglviewer/nglview ">
150
+ < img class ="img-scaling " src ="assets/github.svg " alt ="GitHub ">
151
+ </ a >
152
+ </ span >
144
153
</ div >
145
154
< p >
146
155
A Jupyter widget to interactively view molecular structures and trajectories.
@@ -209,10 +218,10 @@ <h3>Installation</h3>
209
218
< div class ="jupyter-widget-header ">
210
219
< span class ="gallery-title "> bqplot</ span >
211
220
< span >
212
- < a href ="https://mybinder.org/v2/gh/bloomberg /bqplot/stable?filepath=examples ">
221
+ < a href ="https://mybinder.org/v2/gh/bqplot /bqplot/stable?filepath=examples ">
213
222
< img class ="img-scaling " src ="assets/mybinder.svg " alt ="Binder ">
214
223
</ a >
215
- < a href ="https://github.com/bloomberg /bqplot ">
224
+ < a href ="https://github.com/bqplot /bqplot ">
216
225
< img class ="img-scaling " src ="assets/github.svg " alt ="GitHub ">
217
226
</ a >
218
227
</ span >
@@ -236,20 +245,19 @@ <h3>Installation</h3>
236
245
With conda:
237
246
{% highlight bash %}conda install -c conda-forge bqplot{% endhighlight %}
238
247
With pip:
239
- {% highlight bash %}pip install bqplot
240
- jupyter nbextension enable --py --sys-prefix bqplot{% endhighlight %}
241
- If you are using JupyterLab, you will need to install the JupyterLab extension:
248
+ {% highlight bash %}pip install bqplot{% endhighlight %}
249
+ If you are using the classic Jupyter Notebook < 5.3 you need to run this extra command:
250
+ {% highlight bash %}jupyter nbextension enable --py --sys-prefix bqplot{% endhighlight %}
251
+ If you are using JupyterLab ≤ 2, you will need to install the JupyterLab extension:
242
252
{% highlight bash %}jupyter labextension install @jupyter-widgets/jupyterlab-manager bqplot{% endhighlight %}
243
253
</ div >
244
254
< div class ="tab-pane " id ="pythreejs ">
245
255
< div class ="jupyter-widget-header ">
246
256
< span class ="gallery-title "> pythreejs</ span >
247
257
< span >
248
- <!--
249
- <a href="https://mybinder.org/repo/jupyter-widgets/pythreejs/examples">
258
+ < a href ="https://mybinder.org/v2/gh/jupyter-widgets/pythreejs/HEAD?urlpath=lab%2Ftree%2Fexamples%2FExamples.ipynb ">
250
259
< img class ="img-scaling " src ="assets/mybinder.svg " alt ="Binder ">
251
260
</ a >
252
- -->
253
261
< a href ="https://github.com/jupyter-widgets/pythreejs ">
254
262
< img class ="img-scaling " src ="assets/github.svg " alt ="GitHub ">
255
263
</ a >
@@ -273,9 +281,10 @@ <h3>Installation</h3>
273
281
With conda:
274
282
{% highlight bash %}conda install -c conda-forge pythreejs{% endhighlight %}
275
283
With pip:
276
- {% highlight bash %}pip install pythreejs
277
- jupyter nbextension enable --py --sys-prefix pythreejs{% endhighlight %}
278
- If you are using JupyterLab, you will need to install the JupyterLab extension:
284
+ {% highlight bash %}pip install pythreejs{% endhighlight %}
285
+ If you are using the classic Jupyter Notebook < 5.3 you need to run this extra command:
286
+ {% highlight bash %}jupyter nbextension enable --py --sys-prefix pythreejs{% endhighlight %}
287
+ If you are using JupyterLab ≤ 2, you will need to install the JupyterLab extension:
279
288
{% highlight bash %}jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-threejs{% endhighlight %}
280
289
</ div >
281
290
< div class ="tab-pane " id ="ipyvolume ">
0 commit comments