We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7a030 commit 096abc7Copy full SHA for 096abc7
tutorials/getting-started/GS101_core_objects.ipynb
@@ -21,6 +21,15 @@
21
"In the following sections, you'll create some examples of these objects."
22
]
23
},
24
+ {
25
+ "cell_type": "code",
26
+ "execution_count": null,
27
+ "metadata": {},
28
+ "outputs": [],
29
+ "source": [
30
+ "# !pip install deeplay # Uncomment if running on Colab/Kaggle."
31
+ ]
32
+ },
33
{
34
"cell_type": "markdown",
35
"metadata": {},
@@ -538,7 +547,7 @@
538
547
],
539
548
"metadata": {
540
549
"kernelspec": {
541
- "display_name": "Python 3",
550
+ "display_name": "py_env_dlcc",
542
551
"language": "python",
543
552
"name": "python3"
544
553
0 commit comments