kino_bumblebee 0.5.1 doesn't work with livebook 0.16.4
I'm trying to use kino_bumblebee 0.5.1 with livebook 0.16.4, but it doesn't seem to work. When I add a Neural Network Task smart cell it don't add anything, please take a look at the following screenshot:
Do you see anything logged in your browser console or in your terminal (or the desktop app logs)?
Also, does a refresh or hard-refresh change anything?
Hi! @jonatanklosko and @josevalim, I'm getting this error on the browser's console:
Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.
It looks like it's trying to fetch this resource: /iframe/v5.html
@leonardorame is there a more specific error in the dev tools network tab (status/response)? Also, if you copy the /iframe/v5.html URL and open in a separate tab, does it load? The page is empty, but if you inspect it it has a <div id="root"></div> element and a <script>. You can also try a private window or a different browser to see if it's related to browser environment or networking.
Btw. is the iframe served from http://localhost or https://livebook.space?
@leonardorame ping :)