vdom
vdom copied to clipboard
Create example notebooks
Let's dogfood some documentation for vdom!
It can be similar to the vdom notebook in nteract desktop.
Getting started contributing example notebooks
- Install nteract follow instructions there for configuring your kernel
- Verify that your python kernel works inside nteract
- Install vdom, either by:
- Forking and cloning https://github.com/nteract/vdom
pip install vdom
- Create a notebook using
vdom, providing narrative text about what you're guiding the user towards
Some ideas for notebooks --
Crafting tables from basic python arrays

Creating "custom components" for PyData Stack objects

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