kubaPod / NotebookApps

Mini framework for easy creation of standalone or not CDFs/Notebooks, managing simple dependencies, session bookmarking etc.
3 stars 0 forks source link

NotebookApps

Mini framework for easier creation of standalone or not CDFs/Notebooks.

Installation

Manual - GitHub release

Go to 'releases' tab and download appropriate .paclet file. Run PacletInstall @ path/to/the.paclet file

Automatic - MPM`

MPM` is a small utility I wrote to install GitHub hosted paclets. If you don't have MPM` yet, run:

Import["https://raw.githubusercontent.com/kubapod/mpm/master/install.m"]
  (* and then:*)   
Needs @ "MPM`"    
MPM`MPMInstall["kubapod", "notebookapps"]

Quick start

Needs @ "NotebookApps`"

NewNotebookApp[ "appName", "your/Workspace/Directory"]

Two files will be created