turicreate
turicreate copied to clipboard
SFrame.show() not showing in the browser.
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."
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?
Apologies for the delay.
- turicreate 6.2
- Ubuntu 18.04.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."
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
__
Same issue. Ubuntu 20.04 turicreate 6.3 Chrome latest
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
I have the same problem to the date, was it fixed?
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?
Same problem I'm wsl win10
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.
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 - Yes, SFrame.show()
should work on the Linux console.