Skip to content

Commit 42b27d4

Browse files
committed
add icell for gluoncv/mxnet pip installation
1 parent 316031a commit 42b27d4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tutorials/Tutorial3-SpeedingUp.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,16 @@
426426
"For this tutorial I'm using version 0.5.0."
427427
]
428428
},
429+
{
430+
"cell_type": "code",
431+
"execution_count": null,
432+
"metadata": {},
433+
"outputs": [],
434+
"source": [
435+
"# Alternatively you can directly install the gluoncv and mxnet packages to your environment by running this cell\n",
436+
"!pip install gluoncv mxnet"
437+
]
438+
},
429439
{
430440
"cell_type": "code",
431441
"execution_count": 47,

0 commit comments

Comments
 (0)