Compare commits

..

2 Commits
main ... colab

Author SHA1 Message Date
imperator 37d21d5629 Change to pymatreader 1 year ago
imperator eaf14fd5ef Add .mat and .py download cell 1 year ago

@ -1,5 +1,19 @@
{
"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 @@
ipympl==0.9.4
matplotlib==3.9.2
numpy==2.1.2
pymatreader==1.0.0
scipy==1.14.1
scipy
numpy
matplotlib
ipympl
mat73

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