Skip to content

Commit 76a8f85

Browse files
committed
Merge branch 'add-pyvista-3D-visualization' of github.com:spatial-model-editor/sme-contrib into add-pyvista-3D-visualization
2 parents 7cced94 + aca5a2d commit 76a8f85

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

docs/notebooks/plot.ipynb

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,11 @@
99
},
1010
{
1111
"cell_type": "code",
12-
"execution_count": 2,
12+
"execution_count": null,
1313
"metadata": {
1414
"id": "zISJVa_IlpA7"
1515
},
16-
"outputs": [
17-
{
18-
"name": "stdout",
19-
"output_type": "stream",
20-
"text": [
21-
"\n",
22-
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m24.3.1\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m25.0.1\u001b[0m\n",
23-
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n"
24-
]
25-
}
26-
],
16+
"outputs": [],
2717
"source": [
2818
"!pip install -q sme_contrib\n",
2919
"import sme\n",
@@ -39,11 +29,11 @@
3929
},
4030
{
4131
"cell_type": "code",
42-
"execution_count": 3,
32+
"execution_count": null,
4333
"metadata": {},
4434
"outputs": [],
4535
"source": [
46-
"pv.set_jupyter_backend('static')"
36+
"pv.set_jupyter_backend(\"static\")"
4737
]
4838
},
4939
{

0 commit comments

Comments
 (0)