当我在笔记本电脑上运行时,Ipython笔记本非常慢

时间:2014-08-20 07:58:26

标签: python python-2.7 ipython ipython-notebook

我的python笔记本很慢而且工作不正常。例如,考虑下面的示例代码。

代码:

%matplotlib inline 

from collections import defaultdict

import pandas as pd
import matplotlib.pyplot as plt
import requests
from pattern import web

url = 'http://en.wikipedia.org/wiki/List_of_countries_by_past_and_future_population'
website_html = requests.get(url).text
print website_html

此代码应从相应的网页获取所有html代码。有时我能够执行代码。有时我不是。请帮我解决这个问题

0 个答案:

没有答案