diff --git a/swarmlab/main.adoc b/swarmlab/main.adoc index 44ab366..f5eb722 100644 --- a/swarmlab/main.adoc +++ b/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 diff --git a/swarmlab/main.adoc.html b/swarmlab/main.adoc.html index 2a6aa35..97f42c0 100644 --- a/swarmlab/main.adoc.html +++ b/swarmlab/main.adoc.html @@ -476,8 +476,8 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
  • 4. Learning Objects Notebooks -