Why does my graphlab SFrame refuse to display in my browser?
У меня есть следующий код Python, который использует GraphLab для загрузки данных в SFrame. Не удается открыть холст в браузере по умолчанию:
#!/usr/bin/python
import graphlab as gl;
products = gl.SFrame('home_data.gl');
products.show
Приведенный выше код пытается загрузить http://localhost:38959/index.html но завершается неудачно со следующей ошибкой (я использую Ubuntu 16.04.01 с браузером Firefox по умолчанию):
The connection to the server was reset while the page was loading.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.