Skip to content

Commit

Permalink
Update Control_Pannel.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
sdyinzhen committed May 7, 2019
1 parent d3eee0b commit c782c95
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions Control_Pannel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,24 @@
"metadata": {},
"source": [
"##### Prerequisites\n",
"To enable the Auto-BEL, the users need to have the following Python modules installed (most of them should be installed already when installing Python using Anaconda) :\n",
"* numpy\n",
"To enable the Auto-BEL, the users need to have the following Python modules & R modules installed (most of them should be installed already when installing Python using Anaconda) :\n",
"\n",
"* datetime\n",
"* gc\n",
"* matplotlib\n",
"* scipy\n",
"* skfmm\n",
"* sys\n",
"* sklearn\n",
"* numpy\n",
"* os\n",
"* gc\n",
"* seaborn\n",
"* pandas\n",
"* rpy2\n",
"* random\n",
"* R \n",
"* rpy2\n",
"* R library: reshape\n",
"* seaborn\n",
"* scipy\n",
"* skfmm\n",
"* sklearn\n",
"* sys\n",
"* tqdm\n",
"* datetime\n",
"* random\n",
"* tzlocal"
]
},
Expand Down

0 comments on commit c782c95

Please sign in to comment.