vdom icon indicating copy to clipboard operation
vdom copied to clipboard

Create example notebooks

Open rgbkrk opened this issue 8 years ago • 1 comments

Let's dogfood some documentation for vdom!

It can be similar to the vdom notebook in nteract desktop.

Getting started contributing example notebooks

  1. Install nteract follow instructions there for configuring your kernel
  2. Verify that your python kernel works inside nteract
  3. Install vdom, either by:
  • Forking and cloning https://github.com/nteract/vdom
  • pip install vdom
  1. Create a notebook using vdom, providing narrative text about what you're guiding the user towards

rgbkrk avatar Sep 19 '17 21:09 rgbkrk

Some ideas for notebooks --

Crafting tables from basic python arrays

screen shot 2017-10-05 at 7 04 55 am

Creating "custom components" for PyData Stack objects

screen shot 2017-10-05 at 7 10 16 am

Note: the design patterns doc explores this a bit and should be freely copied from

rgbkrk avatar Oct 05 '17 14:10 rgbkrk