Skip to content

Commit ba278c7

Browse files
feat(showcase): added test file
1 parent 4bc4c00 commit ba278c7

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

docs/showcase/showcase.ipynb

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"id": "bff45daf",
7+
"metadata": {},
8+
"outputs": [],
9+
"source": [
10+
"using Conda\n",
11+
"Conda.add_channel(\"conda-forge\")\n",
12+
"Conda.add(\"rise\")"
13+
]
14+
},
15+
{
16+
"cell_type": "code",
17+
"execution_count": null,
18+
"id": "5235c5fe",
19+
"metadata": {},
20+
"outputs": [],
21+
"source": [
22+
"using Interact\n",
23+
"@bind x Slider(1:10)"
24+
]
25+
}
26+
],
27+
"metadata": {
28+
"language_info": {
29+
"name": "python"
30+
}
31+
},
32+
"nbformat": 4,
33+
"nbformat_minor": 5
34+
}

0 commit comments

Comments
 (0)