Skip to content

Commit 73641ff

Browse files
Merge pull request #15 from jupyter-robotics/dev
Update docs
2 parents f632bc5 + 6533338 commit 73641ff

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11

22
# ipynao
33

4-
[![Build Status](https://travis-ci.org/QuantStack/ipynao.svg?branch=master)](https://travis-ci.org/QuantStack/ipynao)
5-
[![codecov](https://codecov.io/gh/QuantStack/ipynao/branch/master/graph/badge.svg)](https://codecov.io/gh/QuantStack/ipynao)
4+
[![Build Status](https://travis-ci.org/QuantStack/ipynao.svg?branch=main)](https://travis-ci.org/QuantStack/ipynao)
5+
[![codecov](https://codecov.io/gh/QuantStack/ipynao/branch/main/graph/badge.svg)](https://codecov.io/gh/QuantStack/ipynao)
66

77

88
A widget library for controlling Nao
99

10+
[![Video of ipynao in JupyterLite](https://raw.githubusercontent.com/jupyter-robotics/ipynao/main/docs/assets/nao_hey.gif)](https://www.youtube.com/watch?v=3v2gOTS5anQ)
11+
1012
## Installation
1113

1214
You can install using `pip`:

content/introduction.ipynb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cells": [
33
{
4+
"attachments": {},
45
"cell_type": "markdown",
56
"metadata": {},
67
"source": [
@@ -13,7 +14,7 @@
1314
"metadata": {},
1415
"outputs": [],
1516
"source": [
16-
"%pip install ipynao==0.3"
17+
"%pip install ipynao==0.4"
1718
]
1819
},
1920
{
@@ -44,6 +45,7 @@
4445
]
4546
},
4647
{
48+
"attachments": {},
4749
"cell_type": "markdown",
4850
"metadata": {},
4951
"source": [
@@ -62,6 +64,7 @@
6264
]
6365
},
6466
{
67+
"attachments": {},
6568
"cell_type": "markdown",
6669
"metadata": {},
6770
"source": [
@@ -124,6 +127,7 @@
124127
]
125128
},
126129
{
130+
"attachments": {},
127131
"cell_type": "markdown",
128132
"metadata": {},
129133
"source": [
@@ -242,6 +246,7 @@
242246
]
243247
},
244248
{
249+
"attachments": {},
245250
"cell_type": "markdown",
246251
"metadata": {
247252
"tags": []
@@ -264,6 +269,7 @@
264269
]
265270
},
266271
{
272+
"attachments": {},
267273
"cell_type": "markdown",
268274
"metadata": {},
269275
"source": [
@@ -381,6 +387,7 @@
381387
]
382388
},
383389
{
390+
"attachments": {},
384391
"cell_type": "markdown",
385392
"metadata": {},
386393
"source": [
@@ -435,6 +442,7 @@
435442
]
436443
},
437444
{
445+
"attachments": {},
438446
"cell_type": "markdown",
439447
"metadata": {},
440448
"source": [

docs/assets/nao_hey.gif

5.9 MB
Loading

0 commit comments

Comments
 (0)