Skip to content

Commit 1e48a1f

Browse files
authored
Removed the unwanted character in Python code. (#1139)
1 parent da6701f commit 1e48a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Velocity.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"# Set up for JupyterLite\n",
2121
"try:\n",
2222
" import piplite\n",
23-
" await piplite.install(['ipyleaflet')\n",
23+
" await piplite.install('ipyleaflet')\n",
2424
"except ImportError:\n",
2525
" pass"
2626
]
@@ -122,7 +122,7 @@
122122
"name": "python",
123123
"nbconvert_exporter": "python",
124124
"pygments_lexer": "ipython3",
125-
"version": "3.10.5"
125+
"version": "3.10.11"
126126
}
127127
},
128128
"nbformat": 4,

0 commit comments

Comments
 (0)