|
| 1 | +{ |
| 2 | + "cells": [ |
| 3 | + { |
| 4 | + "cell_type": "markdown", |
| 5 | + "metadata": {}, |
| 6 | + "source": [ |
| 7 | + "# WHY" |
| 8 | + ] |
| 9 | + }, |
| 10 | + { |
| 11 | + "cell_type": "markdown", |
| 12 | + "metadata": {}, |
| 13 | + "source": [ |
| 14 | + "## ...Jupyter?\n", |
| 15 | + "\n", |
| 16 | + "Jupyter clients are some of the most powerful pieces of technology users can run in their web browsers. By developing cross-client capabilities, either as kernel-level extensions, widgets, media types, or other confections, you are helping to advance fields of inquiry you might not even know exist." |
| 17 | + ] |
| 18 | + }, |
| 19 | + { |
| 20 | + "cell_type": "markdown", |
| 21 | + "metadata": {}, |
| 22 | + "source": [ |
| 23 | + "## ...Acceptance Tests?\n", |
| 24 | + "\n", |
| 25 | + "Unit tests and strongly-typed languages are superb for rapid, confident iteration on even large codebases. But users will be installing **Your Code** next to an unknown number of **Other People's Code**, and then write **Their Code**. If`^H^H` When it breaks, they might not be able to tell that it's the subtle interaction between these things. Testing **All the Code** together, _as your user will use it_, gives you greater confidence in your ability to ship." |
| 26 | + ] |
| 27 | + }, |
| 28 | + { |
| 29 | + "cell_type": "markdown", |
| 30 | + "metadata": {}, |
| 31 | + "source": [ |
| 32 | + "## ...JupyterLibrary?\n", |
| 33 | + "\n", |
| 34 | + "Powered by [Robot Framework](https://robotframework.org), `JupyterLibrary` allows you to:\n", |
| 35 | + "\n", |
| 36 | + "- write tests in concise, plain language\n", |
| 37 | + " - and extend this language to meet your needs\n", |
| 38 | + "- run in multiple browsers (even at the same time)\n", |
| 39 | + " - run on multiple operating systems\n", |
| 40 | + "- view rich reports of your test results\n", |
| 41 | + " - but also compare your reports over time with machine-readable formats\n", |
| 42 | + "- generate screenshots to augment your documentation" |
| 43 | + ] |
| 44 | + } |
| 45 | + ], |
| 46 | + "metadata": { |
| 47 | + "kernelspec": { |
| 48 | + "display_name": "Python 3", |
| 49 | + "language": "python", |
| 50 | + "name": "python3" |
| 51 | + }, |
| 52 | + "language_info": { |
| 53 | + "codemirror_mode": { |
| 54 | + "name": "ipython", |
| 55 | + "version": 3 |
| 56 | + }, |
| 57 | + "file_extension": ".py", |
| 58 | + "mimetype": "text/x-python", |
| 59 | + "name": "python", |
| 60 | + "nbconvert_exporter": "python", |
| 61 | + "pygments_lexer": "ipython3", |
| 62 | + "version": "3.7.1" |
| 63 | + } |
| 64 | + }, |
| 65 | + "nbformat": 4, |
| 66 | + "nbformat_minor": 2 |
| 67 | +} |
0 commit comments