-
Notifications
You must be signed in to change notification settings - Fork 0
/
My Jupyter Notebook on IBM Watson Studio
65 lines (65 loc) · 1.79 KB
/
My Jupyter Notebook on IBM Watson Studio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"metadata": {
"language_info": {
"codemirror_mode": {
"name": "python",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8"
},
"kernelspec": {
"name": "python",
"display_name": "Pyolite",
"language": "python"
}
},
"nbformat_minor": 4,
"nbformat": 4,
"cells": [
{
"cell_type": "markdown",
"source": "project tittle= My Jupyter Notebook on IBM Watson Studio",
"metadata": {}
},
{
"cell_type": "markdown",
"source": "name=innocent efe akpoyibo\ndesire occupation= data scientist",
"metadata": {}
},
{
"cell_type": "markdown",
"source": "i am interested in data science because, i love working/playing with data and also want to always provide solutions to issue by using data science to do that.",
"metadata": {}
},
{
"cell_type": "markdown",
"source": "in cell 5 my code is supposed to give me an output of 20 by printing out four*five",
"metadata": {}
},
{
"cell_type": "code",
"source": "four=4\nfive=5\nprint(four*five)",
"metadata": {
"trusted": true
},
"execution_count": 1,
"outputs": [
{
"name": "stdout",
"text": "20\n",
"output_type": "stream"
}
]
},
{
"cell_type": "markdown",
"source": "blocked quotes\n> isaac followed her through many of the beautiful buildings in her new estate.\n\nlink\nMy favorite search engine is [Duck Duck Go](https://duckduckgo.com).\n\nimake\nMy favorite search machine is [Duck Duck Go](https://duckduckgo.com).\n",
"metadata": {}
}
]
}