Skip to content

Commit dc8355b

Browse files
committed
added note regarding Jupyter Notebook supported browsers
1 parent 096a00d commit dc8355b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

guide/01-getting-started/install-and-set-up.ipynb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,9 @@
494494
"cell_type": "markdown",
495495
"metadata": {},
496496
"source": [
497-
"To verify your arcgis installation, run the following commands in jupyter notebook:"
497+
"To verify your arcgis installation, run the following commands in jupyter notebook:\n",
498+
"\n",
499+
"> **NOTE:** See [Jupyter Browser Compatibility](https://jupyter-notebook.readthedocs.io/en/stable/notebook.html#browser-compatibility) for information on browser support for running the Jupyter Notebook."
498500
]
499501
},
500502
{
@@ -572,7 +574,7 @@
572574
],
573575
"metadata": {
574576
"kernelspec": {
575-
"display_name": "Python 3",
577+
"display_name": "Python 3 (ipykernel)",
576578
"language": "python",
577579
"name": "python3"
578580
},
@@ -586,7 +588,7 @@
586588
"name": "python",
587589
"nbconvert_exporter": "python",
588590
"pygments_lexer": "ipython3",
589-
"version": "3.7.13"
591+
"version": "3.7.11"
590592
},
591593
"toc": {
592594
"base_numbering": 1,

0 commit comments

Comments
 (0)