Skip to content

Commit

Permalink
[notebooks] Add warning to restart runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mpariente committed Aug 10, 2020
1 parent 06ecb0d commit d8e3816
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
13 changes: 12 additions & 1 deletion notebooks/01_AsteroidGettingStarted.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,20 @@
],
"source": [
"# First off, install asteroid\n",
"!pip install git+https://github.com/mpariente/asteroid"
"!pip install git+https://github.com/mpariente/asteroid\n"
]
},
{
"cell_type": "markdown",
"source": [
"### After installing requirements, you need to Restart Runtime (Ctrl + M).\n",
"\n",
"Else it will fail to import asteroid"
],
"metadata": {
"collapsed": false
}
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
13 changes: 12 additions & 1 deletion notebooks/02_Filterbank.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,20 @@
"outputs": [],
"source": [
"# First install asteroid and depencies\n",
"!pip install git+https://github.com/mpariente/asteroid.git@master"
"!pip install git+https://github.com/mpariente/asteroid.git@master\n"
]
},
{
"cell_type": "markdown",
"source": [
"### After installing requirements, you need to Restart Runtime (Ctrl + M).\n",
"\n",
"Else it will fail to import asteroid"
],
"metadata": {
"collapsed": false
}
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
13 changes: 12 additions & 1 deletion notebooks/03_PITLossWrapper.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,20 @@
"outputs": [],
"source": [
"# First install asteroid and depencies\n",
"#!pip install git+https://github.com/mpariente/asteroid.git@master"
"!pip install git+https://github.com/mpariente/asteroid.git@master\n"
]
},
{
"cell_type": "markdown",
"source": [
"### After installing requirements, you need to Restart Runtime (Ctrl + M).\n",
"\n",
"Else it will fail to import asteroid"
],
"metadata": {
"collapsed": false
}
},
{
"cell_type": "code",
"execution_count": 2,
Expand Down

0 comments on commit d8e3816

Please sign in to comment.