Run your Python code below. You can import pandas, matplotlib, and numpy too.

Output
Errors and Warnings
For example, try:

import matplotlib.pyplot as plt
import numpy as np

time = np.linspace(0, 2 * np.pi, 100)
plt.plot(time, np.sin(time))
plt

or

from bs4 import BeautifulSoup
from js import document, XMLHttpRequest

url = "https://ryanrwatkins.com"
req = XMLHttpRequest.new()
req.open("GET", url, False)
req.send(None)
soup = BeautifulSoup(req.response, "html.parser")
links = soup.find_all("a")
for link in links:
    full_url = link.get("href")
    print(full_url)