Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upipython typo #238
ipython typo #238
Conversation
This comment has been minimized.
This comment has been minimized.
merged PR |
ggplot2 required for notebook svg |
This comment has been minimized.
This comment has been minimized.
I'm in favor of the addition of ggplot2 to the R packages. Doing spatial analysis is great, being able to plot it is better. Did some research: du -sh /usr/local/lib/R/site-library sudo Rscript -e "install.packages('ggplot2')" du -sh /usr/local/lib/R/site-library So ggplot2 and its dependencies take 14 MB more. Fits in the 98 MB cleaned by @darkblue-b in #236 Actually this 14MB plus the 14MB from python3-matplotlib make 28 MB (29% of 98 MB). |
This comment has been minimized.
This comment has been minimized.
thanks @kalxas :) |
darkblue-b commentedAug 15, 2018
ipython requires a
tests/
directory to start