We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f2222c + f4eb63a commit 062daa2Copy full SHA for 062daa2
1 file changed
notebook/mrn_notebook_app.ipynb
@@ -68,7 +68,7 @@
68
"outputs": [],
69
"source": [
70
"# #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",
+ "# #Install requests and websocket-client packages in a current Jupyter kernal\\n\n",
72
"\n",
73
"import sys\n",
74
@@ -1584,6 +1584,9 @@
1584
"metadata": {},
1585
1586
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",
1590
"# !{sys.executable} -m pip install pandas\n",
1591
"# !{sys.executable} -m pip install numpy"
1592
]
0 commit comments