mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix docs indentation
This commit is contained in:
parent
320f4003bc
commit
1e3dd471f5
1 changed files with 32 additions and 32 deletions
|
|
@ -32,43 +32,43 @@ When your code requires external library, instead of doing download/copy/restart
|
|||
|
||||
<hr>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<a data-lightbox="compiler" href="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/interpreter-dependency-loading.png">
|
||||
<img class="img-responsive" src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/interpreter-dependency-loading.png" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-6" style="padding-top:30px">
|
||||
<b> Load Dependencies to Interpreter </b>
|
||||
<br /><br />
|
||||
<ol>
|
||||
<li> Click 'Interpreter' menu in navigation bar. </li>
|
||||
<li> Click 'edit' button of the interpreter which you want to load dependencies to. </li>
|
||||
<li> Fill artifact and exclude field to your needs.
|
||||
You can enter not only groupId:artifactId:version but also local file in artifact field. </li>
|
||||
<li> Press 'Save' to restart the interpreter with loaded libraries. </li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<a data-lightbox="compiler" href="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/interpreter-dependency-loading.png">
|
||||
<img class="img-responsive" src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/interpreter-dependency-loading.png" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-6" style="padding-top:30px">
|
||||
<b> Load Dependencies to Interpreter </b>
|
||||
<br /><br />
|
||||
<ol>
|
||||
<li> Click 'Interpreter' menu in navigation bar. </li>
|
||||
<li> Click 'edit' button of the interpreter which you want to load dependencies to. </li>
|
||||
<li> Fill artifact and exclude field to your needs.
|
||||
You can enter not only groupId:artifactId:version but also local file in artifact field. </li>
|
||||
<li> Press 'Save' to restart the interpreter with loaded libraries. </li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<a data-lightbox="compiler" href="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/interpreter-add-repo1.png">
|
||||
<img class="img-responsive" src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/interpreter-add-repo1.png" />
|
||||
<div class="col-md-6">
|
||||
<a data-lightbox="compiler" href="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/interpreter-add-repo1.png">
|
||||
<img class="img-responsive" src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/interpreter-add-repo1.png" />
|
||||
</a>
|
||||
<a data-lightbox="compiler" href="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/interpreter-add-repo2.png">
|
||||
<img class="img-responsive" src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/interpreter-add-repo2.png" />
|
||||
<a data-lightbox="compiler" href="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/interpreter-add-repo2.png">
|
||||
<img class="img-responsive" src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/interpreter-add-repo2.png" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-6" style="padding-top:30px">
|
||||
<b> Add repository for dependency resolving </b>
|
||||
<br /><br />
|
||||
<ol>
|
||||
<li> Press <i class="fa fa-cog"></i> icon in 'Interpreter' menu on the top right side.
|
||||
It will show you available repository lists.</li>
|
||||
<li> If you need to resolve dependencies from other than central maven repository or
|
||||
local ~/.m2 repository, hit <i class="fa fa-plus"></i> icon next to repository lists. </li>
|
||||
<li> Fill out the form and click 'Add' button, then you will be able to see that new repository is added. </li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="col-md-6" style="padding-top:30px">
|
||||
<b> Add repository for dependency resolving </b>
|
||||
<br /><br />
|
||||
<ol>
|
||||
<li> Press <i class="fa fa-cog"></i> icon in 'Interpreter' menu on the top right side.
|
||||
It will show you available repository lists.</li>
|
||||
<li> If you need to resolve dependencies from other than central maven repository or
|
||||
local ~/.m2 repository, hit <i class="fa fa-plus"></i> icon next to repository lists. </li>
|
||||
<li> Fill out the form and click 'Add' button, then you will be able to see that new repository is added. </li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue