Code Notebook

Python
Cell #1
import pandas as pd import numpy as np import matplotlib as plt
Python
Cell #2
ys = 200 + np.random.randn(100)
Python
Cell #3
x = [x for x in range(len(ys))]
Python
Cell #4
plt.plot(x, ys, '-') plt.fill_between(x, ys, 195, where=(ys > 195), facecolor='g', alpha=0.6) plt.title("Sample Visualization") plt.show()
hero
Python
Cell #6
print(Hello World)

print(Hello World)

                ^

SyntaxError: invalid syntax

Kernel Data

Status:

Running Cell #3

Kernel:

IPython3

OS:

Ubuntu

RAM:

16

Cores:

32

RAM Pressure:
% CPU:

Timeline