Skip to content

Commit 29da327

Browse files
Daniel M. LowDaniel M. Low
authored andcommitted
Update tutorials with latest changes
1 parent 8f583e4 commit 29da327

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

tutorials/construct_tracker.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@
4141
"\n"
4242
]
4343
},
44+
{
45+
"cell_type": "code",
46+
"execution_count": null,
47+
"id": "96635e61",
48+
"metadata": {},
49+
"outputs": [],
50+
"source": [
51+
"# On colab, we need to install these version of numpy and pandas and Restart the session when prompted. \n",
52+
"!pip install numpy==1.24.4 pandas==1.5.3"
53+
]
54+
},
4455
{
4556
"cell_type": "code",
4657
"execution_count": 4,

tutorials/suicide_risk_lexicon.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222
"Lexicon validated by clincians with expertise in suicide research\n"
2323
]
2424
},
25+
{
26+
"cell_type": "code",
27+
"execution_count": null,
28+
"metadata": {},
29+
"outputs": [],
30+
"source": [
31+
"# On colab, we need to install these version of numpy and pandas and Restart the session when prompted. \n",
32+
"!pip install numpy==1.24.4 pandas==1.5.3"
33+
]
34+
},
2535
{
2636
"cell_type": "code",
2737
"execution_count": 1,

0 commit comments

Comments
 (0)