File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,9 @@ <h3>Example</h3>
87
87
< h3 > Installation</ h3 >
88
88
With conda:
89
89
{% 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 %}
90
93
</ div >
91
94
< div class ="tab-pane " id ="bqplot ">
92
95
< div class ="jupyter-widget-header ">
@@ -113,6 +116,9 @@ <h3>Example</h3>
113
116
< h3 > Installation</ h3 >
114
117
With conda:
115
118
{% 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 %}
116
122
</ div >
117
123
< div class ="tab-pane " id ="pythreejs ">
118
124
< div class ="jupyter-widget-header ">
@@ -138,6 +144,9 @@ <h3>Example</h3>
138
144
< h3 > Installation</ h3 >
139
145
With conda:
140
146
{% 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 %}
141
150
</ div >
142
151
< div class ="tab-pane " id ="cookiecutter ">
143
152
< div class ="jupyter-widget-header ">
You can’t perform that action at this time.
0 commit comments