Skip to content

Commit f4eb63a

Browse files
author
Wasin Waeosri
committed
add comments regarding the pandas and numpy packages
1 parent 9f2222c commit f4eb63a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

notebook/mrn_notebook_app.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"outputs": [],
6969
"source": [
7070
"# #uncomment if you do not have requests and websocket-client (version 0.49 and above) installed\\n\n",
71-
"# #Install requests package in a current Jupyter kernal\\n\n",
71+
"# #Install requests and websocket-client packages in a current Jupyter kernal\\n\n",
7272
"\n",
7373
"import sys\n",
7474
"\n",
@@ -1584,6 +1584,9 @@
15841584
"metadata": {},
15851585
"outputs": [],
15861586
"source": [
1587+
"# #uncomment if you do not have requests and websocket-client (version 0.49 and above) installed\\n\n",
1588+
"# #Install pandas and numpy packages in a current Jupyter kernal\\n\n",
1589+
"\n",
15871590
"# !{sys.executable} -m pip install pandas\n",
15881591
"# !{sys.executable} -m pip install numpy"
15891592
]

0 commit comments

Comments
 (0)