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
well as colab does not run locally it cannot open a GUI window. The GUI window would need to be browser based for this. So pylustrator currently cannot support google colab.
But well maybe a suitable error message might be better than crashing.
On Thu, 30 Mar 2023, 18:19 Richard Gerum, ***@***.***> wrote:
well as colab does not run locally it cannot open a GUI window. The GUI
window would need to be browser based for this. So pylustrator currently
cannot support google colab.
But well maybe a suitable error message might be better than crashing.
—
Reply to this email directly, view it on GitHub
<#60 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVLK3LSDMBHQHUJE57VUAVLW6WB6FANCNFSM6AAAAAAWNGA7EY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
#plotting the data
import seaborn as sns
import pylustrator
pylustrator.start()
sns.countplot(x = 'Tool',hue = 'Condition',data = df,palette=['blue', 'green'])
plt.show()
when I run this code googlecolab session crashed
The text was updated successfully, but these errors were encountered: