Browse Source

howto

master
zeus 4 years ago
parent
commit
fe58e53c22
  1. 18
      swarmlab/main.adoc
  2. 36
      swarmlab/main.adoc.html

18
swarmlab/main.adoc

@ -3,7 +3,7 @@
:data-uri:
:toc: right
:toc-title:
:toclevels: 4
:toclevels: 5
:source-highlighter: coderay
:icons: font
:sectnums:
@ -283,22 +283,20 @@ Learning Object Notebooks is:
"learning object any entity, digital or non-digital, that may be used for learning, education or training".footnote:[https://en.wikipedia.org/wiki/Learning_object#Definitions]
====
==== Features
=== Usage
LO notebooks have a wealth of different uses including as a testing ground for development work, a presentation platform, and more.
- Designing, developing, and testing solutions to problems.
- Presenting analyses, demonstrating both the code and the output, that can be easily turned into slides/pdf.
- Providing hands-on walkthroughs of new library modules, visualization techniques, and strategies for attacking existing problems. They allow someone to mostly follow along while allowing them space to try out new things right in-line.
* *Ad hoc nature.* - The ad hoc nature of notebooks is excellent for trying things out
** Designing, developing, and testing solutions to problems.
* *Ready-to-Use Services.* - Easier start. Your just start with the cleaned data, the trained model, and get right to the analysis.
** Presenting analyses, demonstrating both the code and the output, that can be easily turned into slides/pdf.
- *Ad hoc nature.* - The ad hoc nature of notebooks is excellent for trying things out
* *Built for collaboration.* - Swarmlab.io notebooks are easy to collaborate with using version control systems (git). The YAML index file makes it extremely easy to tell where things belongs to.
** Providing hands-on walkthroughs of new library modules, visualization techniques, and strategies for attacking existing problems. They allow someone to mostly follow along while allowing them space to try out new things right in-line.
- *Ready-to-Use Services.* - Easier start. Your just start with the cleaned data, the trained model, and get right to the analysis.
- *Built for collaboration.* - Swarmlab.io notebooks are easy to collaborate with using version control systems (git). The YAML index file makes it extremely easy to tell where things belongs to.
=== Run Learning Object Notebook

36
swarmlab/main.adoc.html

@ -476,8 +476,8 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
</ul>
</li>
<li><a href="#_learning_objects_notebooks">4. Learning Objects Notebooks</a>
<ul class="sectlevel3">
<li><a href="#_features">4.1. Features</a></li>
<ul class="sectlevel2">
<li><a href="#_usage">4.1. Usage</a></li>
<li><a href="#_run_learning_object_notebook">4.2. Run Learning Object Notebook</a>
<ul class="sectlevel3">
<li><a href="#_find">4.2.1. Find</a></li>
@ -1019,30 +1019,42 @@ Bootstraping is final and no further edits are allowed!!
</tr>
</table>
</div>
<div class="sect3">
<h4 id="_features">4.1. Features</h4>
<div class="sect2">
<h3 id="_usage">4.1. Usage</h3>
<div class="paragraph">
<p>LO notebooks have a wealth of different uses including as a testing ground for development work, a presentation platform, and more.</p>
</div>
<div class="ulist">
<ul>
<li>
<p><strong>Ad hoc nature.</strong> - The ad hoc nature of notebooks is excellent for trying things out</p>
<div class="ulist">
<ul>
<li>
<p>Designing, developing, and testing solutions to problems.</p>
</li>
<li>
<p>Presenting analyses, demonstrating both the code and the output, that can be easily turned into slides/pdf.</p>
</ul>
</div>
</li>
<li>
<p>Providing hands-on walkthroughs of new library modules, visualization techniques, and strategies for attacking existing problems. They allow someone to mostly follow along while allowing them space to try out new things right in-line.</p>
</li>
<p><strong>Ready-to-Use Services.</strong> - Easier start. Your just start with the cleaned data, the trained model, and get right to the analysis.</p>
<div class="ulist">
<ul>
<li>
<p><strong>Ad hoc nature.</strong> - The ad hoc nature of notebooks is excellent for trying things out</p>
<p>Presenting analyses, demonstrating both the code and the output, that can be easily turned into slides/pdf.</p>
</li>
<li>
<p><strong>Ready-to-Use Services.</strong> - Easier start. Your just start with the cleaned data, the trained model, and get right to the analysis.</p>
</ul>
</div>
</li>
<li>
<p><strong>Built for collaboration.</strong> - Swarmlab.io notebooks are easy to collaborate with using version control systems (git). The YAML index file makes it extremely easy to tell where things belongs to.</p>
<div class="ulist">
<ul>
<li>
<p>Providing hands-on walkthroughs of new library modules, visualization techniques, and strategies for attacking existing problems. They allow someone to mostly follow along while allowing them space to try out new things right in-line.</p>
</li>
</ul>
</div>
</li>
</ul>
</div>
@ -1187,7 +1199,7 @@ Bootstraping is final and no further edits are allowed!!
</div>
<div id="footer">
<div id="footer-text">
Last updated 2020-08-21 13:32:34 UTC
Last updated 2020-08-21 13:39:37 UTC
</div>
</div>
</body>

Loading…
Cancel
Save