Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Athokshay Ashok
Coursera_Capstone
Commits
dfdaed24
Unverified
Commit
dfdaed24
authored
Jul 30, 2020
by
Athokshay Ashok
Committed by
GitHub
Jul 30, 2020
Browse files
Add files via upload
parent
d8cbea09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Capstone Project.ipynb
View file @
dfdaed24
...
...
@@ -17,6 +17,23 @@
"import pandas as pd"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello Capstone Project Course!\n"
]
}
],
"source": [
"print('Hello Capstone Project Course!')"
]
},
{
"cell_type": "code",
"execution_count": null,
...
...
%% Cell type:markdown id: tags:
# IBM Capstone Project
%% Cell type:code id: tags:
```
python
import
numpy
as
np
import
pandas
as
pd
```
%% Cell type:code id: tags:
```
python
print
(
'Hello Capstone Project Course!'
)
```
%%%% Output: stream
Hello Capstone Project Course!
%% Cell type:code id: tags:
```
python
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment