Skip to content

Commit c50bba7

Browse files
committed
add jupyter docs
1 parent fbeeefb commit c50bba7

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"source": [
6+
"# Quintic polynomials planner"
7+
],
8+
"metadata": {
9+
"collapsed": false
10+
}
11+
},
12+
{
13+
"cell_type": "markdown",
14+
"source": [
15+
"## Quintic polynomials for one dimension robot motion\n",
16+
"\n",
17+
"$e^{i\\pi} + 1 = 0$\n",
18+
"\n",
19+
"\n"
20+
],
21+
"metadata": {
22+
"collapsed": false
23+
}
24+
}
25+
],
26+
"metadata": {
27+
"kernelspec": {
28+
"display_name": "Python 3",
29+
"language": "python",
30+
"name": "python3"
31+
},
32+
"language_info": {
33+
"codemirror_mode": {
34+
"name": "ipython",
35+
"version": 2
36+
},
37+
"file_extension": ".py",
38+
"mimetype": "text/x-python",
39+
"name": "python",
40+
"nbconvert_exporter": "python",
41+
"pygments_lexer": "ipython2",
42+
"version": "2.7.6"
43+
},
44+
"pycharm": {
45+
"stem_cell": {
46+
"cell_type": "raw",
47+
"source": [],
48+
"metadata": {
49+
"collapsed": false
50+
}
51+
}
52+
}
53+
},
54+
"nbformat": 4,
55+
"nbformat_minor": 0
56+
}

0 commit comments

Comments
 (0)