initialize analysis notebook with basic structure and kernel specification

This commit is contained in:
Niloofarafoolin 2025-02-27 23:34:48 -05:00
parent 9f41ac4a55
commit 561642c7c9
1 changed files with 16 additions and 2 deletions

View File

@ -1,8 +1,22 @@
{ {
"cells": [], "cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": { "metadata": {
"kernelspec": {
"display_name": "pecan",
"language": "python",
"name": "python3"
},
"language_info": { "language_info": {
"name": "python" "name": "python",
"version": "3.12.4"
} }
}, },
"nbformat": 4, "nbformat": 4,