我使用quarto html格式生成一个包含python和R代码的文档。在我添加了python代码的第一个python行之前,呈现是平滑的:url = 'some/url'代码在没有呈现的情况下工作得很好这是来自RStudio“后台作业”窗格的错误消息:
Jupyter is not available in this Python in
全新的Python,只用了2天。我正在尝试从HTML到Jupyter笔记本中提取特定的文本行,然后将其传输到Csv或xlsx。我使用了以下方法:response = requests.get("https://www.ams.usda.gov/mnreports/wa_gr101.txt")txt=response.text
print(txt) #This is essentially prints the e