Compare commits

..

3 Commits
colab ... main

Author SHA1 Message Date
imperator c2210923c5 Freeze requirements 1 year ago
imperator 706e82bca4 Add runtime.txt 1 year ago
imperator 450728ac37 Change to pymatreader 1 year ago

@ -1,19 +1,5 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "79a4dc79-a865-47f0-8aff-7966f0df6c73",
"metadata": {},
"outputs": [],
"source": [
"!wget https://github.com/ManteLab/Iton_notebooks_public/raw/refs/heads/main/utils_ex6/utils.py -O utils.py\n",
"!wget https://raw.githubusercontent.com/ManteLab/Iton_notebooks_public/refs/heads/main/data_ex6/neural_data.mat -O neural_data.mat\n",
"!wget https://raw.githubusercontent.com/ManteLab/Iton_notebooks_public/refs/heads/main/data_ex6/dataset1.mat -O dataset1.mat\n",
"!wget https://raw.githubusercontent.com/ManteLab/Iton_notebooks_public/refs/heads/main/data_ex6/dataset3.mat -O dataset3.mat\n",
"!pip3 install --quiet pymatreader ipympl"
]
},
{
"cell_type": "markdown",
"id": "ec7211ca-a104-4c3d-b528-102841bfd937",

@ -1,5 +1,5 @@
scipy
numpy
matplotlib
ipympl
mat73
ipympl==0.9.4
matplotlib==3.9.2
numpy==2.1.2
pymatreader==1.0.0
scipy==1.14.1

@ -0,0 +1 @@
python-3.12
Loading…
Cancel
Save