File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "cells" : [
3
+ {
4
+ "cell_type" : " markdown" ,
5
+ "metadata" : {},
6
+ "source" : [
7
+ " # Using Jupyter notebooks\n " ,
8
+ " \n " ,
9
+ " This notebook provides an overview on some core functionalities of Jupyter.\n " ,
10
+ " \n " ,
11
+ " You should read this notebook first if you're not familiar with how to run Python code in notebooks.\n " ,
12
+ " \n " ,
13
+ " In this notebook:\n " ,
14
+ " \n " ,
15
+ " - ...\n " ,
16
+ " - ...\n " ,
17
+ " \n "
18
+ ]
19
+ },
20
+ {
21
+ "cell_type" : " code" ,
22
+ "execution_count" : null ,
23
+ "metadata" : {},
24
+ "outputs" : [],
25
+ "source" : []
26
+ }
27
+ ],
28
+ "metadata" : {
29
+ "kernelspec" : {
30
+ "display_name" : " Python 3" ,
31
+ "language" : " python" ,
32
+ "name" : " python3"
33
+ },
34
+ "language_info" : {
35
+ "codemirror_mode" : {
36
+ "name" : " ipython" ,
37
+ "version" : 3
38
+ },
39
+ "file_extension" : " .py" ,
40
+ "mimetype" : " text/x-python" ,
41
+ "name" : " python" ,
42
+ "nbconvert_exporter" : " python" ,
43
+ "pygments_lexer" : " ipython3" ,
44
+ "version" : " 3.7.4"
45
+ }
46
+ },
47
+ "nbformat" : 4 ,
48
+ "nbformat_minor" : 2
49
+ }
You can’t perform that action at this time.
0 commit comments