turicreate icon indicating copy to clipboard operation
turicreate copied to clipboard

SFrame.show() not showing in the browser.

Open rtdsouza opened this issue 4 years ago • 11 comments

I have set the target to browser. When the new tab opens it simply says: "The resource '/index.html?type=plot&id=52e77277-f71e-4c5f-8815-946ebf1e2c3f' was not found."

rtdsouza avatar May 02 '20 07:05 rtdsouza

Could you please give us some more information: 1 - What version of TuriCreate are you using? 2 - What OS? 3 - What browser? 4 - What code did you run?

TobyRoseman avatar May 02 '20 17:05 TobyRoseman

Apologies for the delay.

  1. turicreate 6.2
  2. Ubuntu 18.04.3
  3. Google Chrome
import turicreate
houses = turicreate.SFrame('home_data.sframe')
turicreate.visualization.set_target('browser')
houses.show()

This opens a new tab with the following message: "The resource '/index.html?type=plot&id=3329682d-6d88-4855-abf6-c0b75d3bbe77' was not found."

rtdsouza avatar May 18 '20 06:05 rtdsouza

me too turicreate 6.3 5.6.0-kali2-amd64 #1 SMP Debian 5.6.14-1kali1 (2020-05-25) x86_64 GNU/Linux firefox latest setting neither gui nor browser works. only auto works I was trying this in turicreate[Steps to reproduce] https://www.coursera.org/learn/ml-foundations/lecture/BBonE/interacting-with-columns-of-an-sframe __ Screenshot from 2020-06-02 15-15-16 Screenshot from 2020-06-02 15-15-31 Screenshot from 2020-06-02 15-15-41 Screenshot from 2020-06-02 15-17-29

vivekvardhanadepu avatar Jun 02 '20 09:06 vivekvardhanadepu

Same issue. Ubuntu 20.04 turicreate 6.3 Chrome latest

trippingbillies41 avatar Jun 07 '20 14:06 trippingbillies41

I have this exact same issue. I'm running Turi Create from WSL with an Ubuntu 20.04 image Everything else works except the visualizations. turicreate version: 6.3 It doesn't work with either the latest version of the Chromium Edge or Firefox

Infinime avatar Jun 30 '20 20:06 Infinime

I have the same problem to the date, was it fixed?

VladGrigo avatar Aug 20 '20 02:08 VladGrigo

Could someone who's not facing this problem please specify their configuration so that we might be able to figure out what's breaking the feature for us?

rtdsouza avatar Aug 20 '20 07:08 rtdsouza

Same problem I'm wsl win10

esysss avatar Aug 21 '20 20:08 esysss

On Ubuntu 20.04.1 with Python 3.7.9 , TuriCreate 6.4 and Firefox 79.0 - when I call SFrame.show() I get the following error: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory.

To fix that, I ran the following system command: sudo apt-get -y install libgconf-2-4.

After that things seem to work. Although error messages are printed to the console.

TobyRoseman avatar Sep 10 '20 18:09 TobyRoseman

Just a new bee on learning Turicreate😅, I was wondering can this function- SFrame.show() use on linux console? Since I've tried before but need to download a lot of libraries just like

error while loading shared libraries: libXss.so.1: sudo apt install libxss1 error while loading shared libraries: libgconf-2.so.4 sudo apt install libgconf-2-4 error while loading shared libraries: libnss3.so sudo apt install libnss3

By the way it works just fine on jupyter notebook

Cl1p avatar Oct 04 '20 01:10 Cl1p

@Cl1p - Yes, SFrame.show() should work on the Linux console.

TobyRoseman avatar Oct 05 '20 20:10 TobyRoseman