You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I *think this is a dashboard issue. If I upload a requirements.txt to a Tale workspace and rebuild the Tale, I'm not able to use the python libraries unless I stop and start the Tale. From the logs it looks like the rebuild happens properly, but we're not exposing the user to it.
To reproduce:
Create a new tale
Unzip quickstart.zip and upload the files into your workspace
Rebuild the Tale
Open the logs, ctrl+f for bokeh (you should see it being installed)
Once the rebuild is complete, navigate to the Interact tab
Run the python notebook in the workspace
Note that bokeh isn't stalled
Stop the Tale
Start the Tale
Re-run the python notebook
Note that it runs fine
edit: I may have confused 'restart' and 'rebuild'
The text was updated successfully, but these errors were encountered:
By design, after image build the user needs to manually restart the instance via either stop/start or from the Tale > Restart Tale. We had envisioned the successful build notification indicating that you need to restart, but that's not in place. The idea was that you could keep working while the image build was happening and decide when you were ready to switch over.
I *think this is a dashboard issue. If I upload a requirements.txt to a Tale workspace and rebuild the Tale, I'm not able to use the python libraries unless I stop and start the Tale. From the logs it looks like the rebuild happens properly, but we're not exposing the user to it.
To reproduce:
edit: I may have confused 'restart' and 'rebuild'
The text was updated successfully, but these errors were encountered: