Platform
Resources
Pricing
Sign in
Get started
Tanner Hobson
Dr. Tanner is a research professor at the University of Tennessee working towards making data science accessible using AI tools.
Workspace
Fork
Public
By
Tanner Hobson
Edited
Apr 25, 2023
Insert cell
Insert cell
CODE
Insert cell
viewof
CODE
=
CodeMirror
(
''
)
;
Insert cell
function
CodeMirror
(
doc
,
{
extensions
=
[
]
,
keymaps
=
[
]
}
=
{
}
)
{
return
_CodeMirror
(
doc
,
{
extensions
:
[
theme
,
...
extensions
,
]
,
keymaps
:
[
{
key
:
"Tab"
,
run
:
cmImports
.
commands
.
indentMore
,
shift
:
cmImports
.
commands
.
indentLess
}
,
...
keymaps
,
]
,
}
)
;
}
Insert cell
import
{
CodeMirror
as
_CodeMirror
,
myDefaultTheme
as
theme
,
cmImports
}
from
'@andy0130tw/codemirror'
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
CODE
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
CodeMirror
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML