Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pylustrator not working in google colab #60

Open
AbbasHussain72 opened this issue Mar 30, 2023 · 2 comments
Open

pylustrator not working in google colab #60

AbbasHussain72 opened this issue Mar 30, 2023 · 2 comments

Comments

@AbbasHussain72
Copy link

#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

@rgerum
Copy link
Owner

rgerum commented Mar 30, 2023

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.

@AbbasHussain72
Copy link
Author

AbbasHussain72 commented Mar 30, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants