TomSmail commited on
Commit
a638d55
1 Parent(s): 9ec6653

feat: add json base template

Browse files
Files changed (1) hide show
  1. psy.ipynb +20 -0
psy.ipynb CHANGED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata" : {
3
+ "signature": "hex-digest", # used for authenticating unsafe outputs on load
4
+ "kernel_info": {
5
+ # if kernel_info is defined, its name field is required.
6
+ "name" : "the name of the kernel"
7
+ },
8
+ "language_info": {
9
+ # if language_info is defined, its name field is required.
10
+ "name" : "the programming language of the kernel",
11
+ "version": "the version of the language",
12
+ "codemirror_mode": "The name of the codemirror mode to use [optional]"
13
+ }
14
+ },
15
+ "nbformat": 4,
16
+ "nbformat_minor": 0,
17
+ "cells" : [
18
+ # list of cell dictionaries, see below
19
+ ],
20
+ }