0.1.8 • Published 7 years ago

gitbook-plugin-nbinteract v0.1.8

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
7 years ago

gitbook-plugin-nbinteract

This package contains the Gitbook plugin for nbinteract.

Usage

Add "nbinteract" to the plugins in your book.json:

{
  "plugins": ["nbinteract"],
  "pluginsConfig": {
    "nbinteract": {
      // Optional parameters. For example:
      //
      // "auto_run": false
    }
  }
}

Configure the plugin using the following parameters:

{
  "spec": {
    "type": "String",
    "description": [
      "Spec for the BinderHub image. Must be in the format ",
      "${username}/${repo}/${branch}. By default uses the nbinteract ",
      "image."
    ],
    "default": "SamLau95/nbinteract-image/master"
  },
  "provider": {
    "type": "String",
    "description": [
      "Provider for the BinderHub image. ",
      "By default uses Github."
    ],
    "default": "gh"
  },
  "auto_run": {
    "type": "bool",
    "description": [
      "If true (default), automatically starts kernel and runs code when ",
      "page with widgets is loaded. If false, will look for a DOM ",
      "element with id nbinteract and attach a click handler to run."
    ],
    "default": true
  }
}
0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.32

7 years ago

0.0.31

7 years ago

0.0.30

7 years ago

0.0.29

7 years ago

0.0.28

7 years ago

0.0.27

7 years ago

0.0.26

7 years ago

0.0.25

7 years ago

0.0.24

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago