Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
Kanban
Guides
Kanban
Symbols
Kanban
PatrickCrain`Kanban`
K
a
n
b
a
n
K
a
n
b
a
n
[
D
y
n
a
m
i
c
[
e
x
p
r
]
]
c
r
e
a
t
e
s
a
d
r
a
g
a
n
d
d
r
o
p
K
a
n
b
a
n
b
o
a
r
d
t
h
a
t
d
y
n
a
m
i
c
a
l
l
y
u
p
d
a
t
e
s
a
l
i
s
t
o
f
l
i
s
t
s
e
x
p
r
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
4
)
Basic Examples
(
3
)
Create a basic Kanban:
I
n
[
1
]
:
=
b
o
a
r
d
=
T
a
b
l
e
[
R
a
n
d
o
m
W
o
r
d
[
]
,
5
,
5
]
;
K
a
n
b
a
n
[
D
y
n
a
m
i
c
@
b
o
a
r
d
]
Create a Kanban of highlightable items with editable titles and descriptions:
I
n
[
1
]
:
=
b
o
a
r
d
2
=
T
a
b
l
e
[
"
t
i
t
l
e
"
R
a
n
d
o
m
W
o
r
d
[
]
,
"
t
e
x
t
"
S
t
r
i
n
g
R
i
f
f
l
e
[
R
a
n
d
o
m
W
o
r
d
[
1
6
]
]
,
3
,
3
]
;
f
o
r
m
a
t
t
e
r
2
=
(
C
o
l
u
m
n
[
{
S
t
y
l
e
[
#
[
"
t
i
t
l
e
"
]
,
B
o
l
d
,
B
l
u
e
]
,
"
-
-
-
-
-
-
-
"
,
P
a
n
e
[
#
[
"
t
e
x
t
"
]
,
1
3
0
]
}
,
A
l
i
g
n
m
e
n
t
C
e
n
t
e
r
]
&
)
;
K
a
n
b
a
n
[
D
y
n
a
m
i
c
@
b
o
a
r
d
2
,
"
I
t
e
m
F
o
r
m
a
t
t
e
r
"
f
o
r
m
a
t
t
e
r
2
,
"
H
i
g
h
l
i
g
h
t
"
T
r
u
e
]
Create a tier list with a horizontal Kanban, named boards, and images without panels:
I
n
[
1
]
:
=
i
m
a
g
e
3
=
I
m
a
g
e
R
e
s
i
z
e
[
E
x
a
m
p
l
e
D
a
t
a
[
{
"
T
e
s
t
I
m
a
g
e
"
,
"
M
a
n
d
r
i
l
l
"
}
]
,
{
8
0
,
8
0
}
]
;
f
i
l
t
e
r
s
3
=
{
{
E
d
g
e
D
e
t
e
c
t
,
C
o
l
o
r
N
e
g
a
t
e
}
,
{
S
h
a
r
p
e
n
,
(
I
m
a
g
e
A
d
j
u
s
t
[
#
,
1
.
5
]
&
)
,
(
C
o
l
o
r
S
e
p
a
r
a
t
e
[
#
]
〚
1
〛
&
)
}
,
{
B
l
u
r
,
L
i
g
h
t
e
r
,
D
a
r
k
e
r
,
I
m
a
g
e
R
o
t
a
t
e
}
}
;
b
o
a
r
d
3
=
T
a
b
l
e
[
T
h
r
o
u
g
h
@
f
i
l
t
e
r
s
3
〚
n
〛
@
i
m
a
g
e
3
,
{
n
,
L
e
n
g
t
h
@
f
i
l
t
e
r
s
3
}
]
;
K
a
n
b
a
n
[
D
y
n
a
m
i
c
@
b
o
a
r
d
3
,
"
P
a
n
e
l
s
"
F
a
l
s
e
,
"
B
o
a
r
d
N
a
m
e
r
"
(
{
"
T
o
p
"
,
"
M
i
d
d
l
e
"
,
"
B
o
t
t
o
m
"
}
〚
#
〛
&
)
,
"
H
o
r
i
z
o
n
t
a
l
"
T
r
u
e
]
P
o
s
s
i
b
l
e
I
s
s
u
e
s
(
1
)
S
e
e
A
l
s
o
"
X
X
X
X
"
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
K
a
n
b
a
n
"
"