Skip to content
Snippets Groups Projects
Commit 5d6ed150 authored by Eduardo Bonet's avatar Eduardo Bonet
Browse files

Addition, removal and notebook change

parent 9fd7ad70
No related branches found
No related tags found
No related merge requests found
%% Cell type:markdown id:0aac5da7-745c-4eda-847a-3d0d07a1bb9b tags:
 
# This is a markdown cell
 
This paragraph has
With
Many
Lines. How we will he handle MR notes?
This will be a fun game
We try to remove, and delete.
Many lines.
Adding
a few
lines
 
But I can add another paragraph
 
Another paragraph added
 
%% Cell type:raw id:faecea5b-de0a-49fa-9a3a-61c2add652da tags:
This is a raw cell
With
Multiple lines
More and More lines
%% Cell type:code id:893ca2c0-ab75-4276-9dad-be1c40e16e8a tags:
 
``` python
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
```
 
%% Cell type:code id:0d707fb5-226f-46d6-80bd-489ebfb8905c tags:
 
``` python
np.random.seed(43)
```
 
%% Cell type:code id:35467fcf-28b1-4c7b-bb09-4cb192c35293 tags:senoid
%% Cell type:code id:35467fcf-28b1-4c7b-bb09-4cb192c35293 tags:
 
``` python
x = np.linspace(0, 4*np.pi,50)
y = 3 * np.sin(x)
 
plt.plot(x, y)
```
 
%% Output
 
[<matplotlib.lines.Line2D at 0x12bfef8b0>]
 
 
%% Cell type:code id:dc1178cd-c46d-4da3-9ab5-08f000699884 tags:
%% Cell type:code id:dc1178cd-c46d-4da3-9ab5-08f000699884 tags:tag-1,tag-2
 
``` python
df = pd.DataFrame({"x": x, "y": y})
```
 
%% Cell type:markdown id:6cf9e73c-0366-416e-b198-71f954b75fa4 tags:
## A New Markdown Cell appears!
Hello There
%% Cell type:code id:6e749b4f-b409-4700-870f-f68c39462490 tags:some-table
 
``` python
df[:2]
```
 
%% Output
 
x y
0 0.000000 0.000000
1 0.256457 0.760964
 
%% Cell type:code id:0ddef5ef-94a3-4afd-9c70-ddee9694f512 tags:
 
``` python
```
Loading
Loading
%% Cell type:markdown id:081bba51-4431-44d9-9cfc-23320076b340 tags:
# I am adding another notebook for the sake of adding it
This way, we can check if everything is fine
%% Cell type:code id:c11cd25f-9056-4eac-9593-64ec3626dbd6 tags:
``` python
print("G'bye")
```
%% Output
G'bye
%% Cell type:markdown id:ad4dae04-9ada-4ab5-804e-b94be8d99189 tags:
Many
%% Cell type:markdown id:0c6f73bc-aca1-4f12-a396-ca95cc06eb2d tags:
More
%% Cell type:markdown id:abcc130e-8d97-4aee-972c-681ca6a193e7 tags:
Cells
%% Cell type:markdown id:99130c3d-6965-4fc6-8592-aa0d69c0d86d tags:
Being
%% Cell type:markdown id:1a7d3ad9-27f0-41bb-aa0d-0f57fdbcf8b2 tags:
Added
%% Cell type:code id:63edb5e7-20c6-43e0-b516-e6f866b78e2c tags:
``` python
To
```
%% Output
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
/var/folders/cq/l637k4x13gx6y9p_gfs4c_gc0000gn/T/ipykernel_79203/294318627.py in <module>
----> 1 To
NameError: name 'To' is not defined
%% Cell type:markdown id:7112bf70-c807-43df-b5e4-791129328ccd tags:
Make
%% Cell type:markdown id:baf05c45-9c33-4872-994d-b9709b81e7f4 tags:
Sure
%% Cell type:markdown id:4b16d580-d9cc-47ff-9962-2d2e5feb2dc2 tags:
It
%% Cell type:markdown id:a3a19b12-fc6e-4f30-8b97-d6faabb4079f tags:
Is
%% Cell type:markdown id:3ad90213-21e2-4703-b126-02d7d37e6d85 tags:
an
%% Cell type:markdown id:47b6a266-9733-4622-8220-b75866ec53e9 tags:
%% Cell type:markdown id:ff54d950-5038-4158-a11b-70bbc2e17535 tags:
Addition
%% Cell type:code id:33404120-24d5-4346-b109-0f0566bad065 tags:
``` python
```
%% Cell type:markdown id:30db25c7-60c8-4178-9032-1eead265341d tags:
# This is a simple notebook
Only a few
lines of text
And one of code
%% Cell type:code id:a32bf00d-229b-4592-970e-4e03c73a97f3 tags:
``` python
print("Hello World")
```
%% Output
Hello World
%% Cell type:code id:b070e83f-0800-4628-9078-01b5ede29398 tags:
``` python
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment