Skip to content

Commit

Permalink
📝 add hint to restart kernel in colab (tutorial)
Browse files Browse the repository at this point in the history
-> next is to speed up install time by removing upper dependency bounds
  • Loading branch information
Henry committed Sep 7, 2023
1 parent 860139e commit d9d6f1a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 9 additions & 1 deletion project/04_1_train_pimms_models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,17 @@
" !pip install pimms-learn"
]
},
{
"cell_type": "markdown",
"id": "36b5a27d",
"metadata": {},
"source": [
"If on colab, please restart the environment and run everything from here on."
]
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "65b5bdaf",
"metadata": {},
"outputs": [],
Expand Down
5 changes: 4 additions & 1 deletion project/04_1_train_pimms_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
if IN_COLAB:
print("Install PIMMS...")
# # !pip install git+https://github.com/RasmussenLab/pimms.git@dev
# # !pip install pimms-learn
# !pip install pimms-learn

# %% [markdown]
# If on colab, please restart the environment and run everything from here on.

# %%
import os
Expand Down

0 comments on commit d9d6f1a

Please sign in to comment.