-
Notifications
You must be signed in to change notification settings - Fork 5
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
matplotlib error in colab #7
Comments
Got matplotlib version in a new empty colab (not the countland colab):
Got the version in the countland colab,
So it is not that countland is clobbering a working version with a newer version that doesn't play well with jupyter. |
Using the above and then restarting the colab can resolve the problem, but doesn't seem like a permanent solution |
But the above solution results in another error for the second code block on marker genes: |
Taking a closer look at the matplotlib error. Took a closer look at messages after first chunk. Matplotlib is getting uninstalled and then reinstalled, and it says that the runtime needs to be restarted to use it.
|
The key bit from above is:
In a clean colab I just verified that matplotlib is imported, even before you do anything, by running alonly the following:
|
It isn't clear why pip is reinstalling matplotlib when the dependency is already satisfied. It is almost as if |
Tried this, but it doesn't scrub everything:
|
Oddly, this is among the output of that first chunk -
So the requirement may be coming from a dependency rather than countland itself. |
For now we will just alert the user to the fact that they need to restart the runtime after running the first chunk. But we need a better solution eventually. |
For this block of code:
I get the following error:
The text was updated successfully, but these errors were encountered: