Skip to content

Commit

Permalink
unifying colab and local
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin committed Jan 12, 2020
1 parent 94f791d commit 5f871e2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions molsim_ml.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,30 @@
"You can execute all the following code cells by pressing SHIFT and ENTER, you can find more tips in the notes. "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## -1. Only if you run on Colab"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"If you use this notebook on Colab, you have to do some additional preparatory steps. For this uncomment the cell below (remove the `#`) and execute the cell."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#!pip install --upgrade pandas pandas-profiling sklearn holoviews bokeh plotly matplotlib\n",
"#!wget https://raw.githubusercontent.com/kjappelbaum/ml_molsim2020/master/descriptornames.py"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 5f871e2

Please sign in to comment.